Specifying Reply-to field?

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
AtomicPenguin
Forum Newbie
Posts: 3
Joined: Mon Oct 20, 2008 4:13 pm

Specifying Reply-to field?

Post by AtomicPenguin »

Great script. But the one thing I can't seem to find mention of in the docs, is how to specify a custom reply-to field for your emails. I'm probably blind, but could someone point me in the right direction?

Thanks!
Isoik
Forum Newbie
Posts: 5
Joined: Tue Oct 28, 2008 1:07 pm

Re: Specifying Reply-to field?

Post by Isoik »

As mentioned on the Swift API page:
$message->setReplyTo('you@host.tld');
Post Reply