Requesting a Read-Receipt

Read-Receipts are not very reliable since most emails clients will either prompt, or block them. However, if you do desire to request a read-receipt you should set this in the message itself, before sending:

$message =& new Swift_Message("My subject", "My body");
$message->requestReadReceipt("your@address.tld");
 
v3/sending/read_receipts.txt · Last modified: 2009/03/03 06:41 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:GNU Free Documentation License 1.2
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki