ReplyTo property
|
SendMail component.
|
property ReplyTo: String;
|
The ReplyTo is the optional property which specifies that you want replies to your outgoing messages sent to a different e-mail address, specified in this property. Specify the ReplyTo address if you wish to get replies to different address than specified in FromAddress property.
|
|
Usually when the message could not be delivered to recipient it will be returned to the sender, by address specified in FromAddress property. So you can specify "trashcan" address in FromAddress but your real address in ReplyTo.
|
|
If the value of ReplyTo property specified, it automatically includes to the header of message as "ReplyTo" field. Leave the ReplyTo value blank if you don't want to include this field to the header of message.
|
FromAddress property.
|