sendmail ReplyTo property
Return to Introduction  Previous page  Next page
Applies to
SendMail component.  

Declaration
property ReplyTo: String;  

Description
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.  
 
tip 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.  
 
iiinfo 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.  

See also
FromAddress property.  
File not found.