Sending mails with different from and reply-to address

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
User avatar
kbrown3074
Forum Contributor
Posts: 119
Joined: Thu Jul 20, 2006 1:36 pm

Sending mails with different from and reply-to address

Post by kbrown3074 »

It is possible to have a different from and reply-to address. I noticed that it defaults to same address. I have it set up to send from the mailserver address but want the reply-to address to be different. Is this possible?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Code: Select all

$message->setReplyTo( ... );
Post Reply