Author |
|
mikep Newbie
Joined: 20 April 2009
Online Status: Offline Posts: 1
|
Posted: 20 May 2009 at 7:29am | IP Logged
|
|
|
Is there anyway in the MailMessage object when sending an email that I can set a bounced email address (which would be different than the from email address)?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 20 May 2009 at 3:56pm | IP Logged
|
|
|
When a message is submitted to an SMTP server it is tagged with a return-path. The return-path is the path that the server should use to communicate with the original sender of the message, and therefore the return-path is typically the e-mail address of the sender (the "From" address).
If you need to specify different email addresses for "From" and return-path, please check this tutorial.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|