Click to See Complete Forum and Search --> : PHP mailer


kproc
01-25-2007, 09:36 AM
Hi is there way to be notified if an email sent via php mailer has been rejected

NogDog
01-25-2007, 10:56 AM
Only thing I can think of would be to use the IMAP/POP3 functions to check for applicable messages in the mailbox of whoever you use as the "From:" address.