|
PHP- more than mail() ?
I'm looking for a PHP function or class that not only sends mail, but gives you back the result code, such as 501 error and that kind of thin so that I can send mail and find out whetehr it was actually delivered to the mailbox.
I've used mail() as shown in the millions of downloadable scripts, but none of them mention getting back a reply.
I've also found checkdnsrr([domain], "MX"); to check if a domain has a mail server operating, but don't think it can be used for sending emails.
Ideas?
|