2008年9月7日星期日

Re: [fw-core] Zend_Mail Set ReplyTo Address

On 7 Sep 2008, at 00:48, bf24 wrote:
> Does anyone know if it's possible to set the replyTo address using
> Zend_Mail? I see that I can set the fromName and from Address;
> however, I'd
> like those to be different than the replyTo address. Any ideas?


You can add arbitrary headers with addHeader:

$mail->addHeader('Reply-To', $address);

-Ciaran McNulty

没有评论: