SendMail.Replyto

NES3+Syntax

							sendmail.ReplyTo

Description

The ReplyTo property of the SendMail objects specifies the email addresses to which the sender wants any replies to be routed.

Example

Listing 8.127 shows you how to set the ReplyTo property of an instance of the SendMail object.

Listing 8.127 Setting the ReplyTo Property
<SERVER>

// Set the ReplyTo property using the email key in a form sent by the client
myMail.ReplyTo = request.replyto;

</SERVER>
						

Get Pure JavaScript now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.