ReadReceiptTo Property
Email address to send a read receipt to.
Object Oriented Interface
public function getReadReceiptTo(); public function setReadReceiptTo($value);
Procedural Interface
ipworks_smtp_get($res, 37 ); ipworks_smtp_set($res, 37, $value );
Default Value
''
Remarks
When this property is set, a Disposition-Notification-To header is added to the message. This property should be set to an email address which should receive the read-receipt.
Data Type
String