ReadReceiptTo Property
Email address to send a read receipt to.
Object Oriented Interface
public function getReadReceiptTo(); public function setReadReceiptTo($value);
Procedural Interface
ipworksopenpgp_psmtp_get($res, 44 ); ipworksopenpgp_psmtp_set($res, 44, $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