News Products Updates Support EmailDLL Manual FAQ Debug DocBox Contacts Company Site Map |
EmailDLL Online ManualDLL val_SetReplyTo
Purpose: Sets the email addresses to which replies are to be sent. Handle: The unique ID identifying the email object Operator: val_SetReplyTo = 11 Data: Email address for the recipients Returns: Success or Error Status
This operator sets the ReplyTo mail header line. This needs to be set when the email address of the sender, (set using the val_SetFrom operator) is different than the address to which replies should go. This is quite common for automatically generated email. The sender is often set as an email address indicating the source as the application, while another address is provided so people can reply to the emails and reach a real person.
Setting a ReplyTo value with this operator is optional.
Multiple email addresses can be specified, as long as they adhere to accepted email address syntax .
|