Home » Networking » Net_SMTP » Bug #6339
SMTP 'RCPT TO:', need to be able to pass 'NOTIFY' flag
Details
| Request #6339 | SMTP 'RCPT TO:', need to be able to pass 'NOTIFY' flag |
|---|---|
| Submitted | 2005-12-23 20:48 UTC |
| From | pear at bekar dot id dot au |
| Assigned | jon |
| Status | Closed |
| Package | Net_SMTP |
| PHP Version | Irrelevant |
| OS | All |
| Roadmaps | (Not assigned) |
Comments
[2005-12-23 20:48 UTC] pear at bekar dot id dot au
Description:
------------
THe (E)SMTP protocol supports the ability to pass a 'NOTIFY=' flag per recipient. This tells the SMTP server to send a notification back in the case of a delivery delay, or failure, or not at all.
The rcptTo method doesn't currently support the ability to change this per recipient at this point, only supporting the passing of a single string value ($recipient).
This notifier (and others) are defined in rfc1891.