> 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
没有评论:
发表评论