Product Logo

SMTPit Pro

A Feature-rich Email plug-in

Functions

SMTPit_SetReplyTo

NameSMTPit_SetReplyTo
Description

This function is used to set the “Reply-To” header of an email message. Most email clients will look for this email header and when a user replies to an email, the email will be sent to this email address.

Return TypeText
FormatSMTPit_SetReplyTo ( ReplyTo )
Required Parameters
ReplyTo

The Reply-To Email Address

Example
Example 1

Sets the Reply-To to "replyaddress@my.com".

SMTPit_SetReplyTo( "replyaddress@my.com" )