Author |
|
Greg White Guest Group
Joined: 10 November 2003
Online Status: Online Posts: 262
|
Posted: 12 May 2005 at 5:29pm | IP Logged
|
|
|
Can you explain how to implement the ReturnPath property and how it should work?
Thanks,
Greg
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 12 May 2005 at 5:53pm | IP Logged
|
|
|
Although it's possible to set Return-Path with MailBee, usually SMTP mail server will override it.
Mainly, you will read Message.ReturnPath, not write. When reading this property, it shows actual address the email was sent from. This can be different from "From:" address.
For example, when you send mail with MailBee using SMTP.SendEx "real_from_address", mail server will place "real_from_address" into ReturnPath so when someone receives this mail he/she will see "real_from_address" in Return-Path field.
Regards,
Alex
|
Back to Top |
|
|