ReplyTo Property
A mail address to which to reply (optional).
Object Oriented Interface
public function getReplyTo(); public function setReplyTo($value);
Procedural Interface
ipworksopenpgp_phtmlmailer_get($res, 53 ); ipworksopenpgp_phtmlmailer_set($res, 53, $value );
Default Value
''
Remarks
If this property contains a non-empty string, a Reply-To SMTP header is created for the message. This header shows the address to use for replies (useful if this address is different from the one in From).
If the resulting header is longer than MaxHeaderLength, then it is folded according to RFC 822 specifications.
Data Type
String