PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_SMTP » Bug #6339

SMTP 'RCPT TO:', need to be able to pass 'NOTIFY' flag

Details

Request #6339SMTP 'RCPT TO:', need to be able to pass 'NOTIFY' flag
Submitted2005-12-23 20:48 UTC
Frompear at bekar dot id dot au
Assignedjon
StatusClosed
PackageNet_SMTP
PHP VersionIrrelevant
OSAll
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.