PDA

View Full Version : mail deliver



Drunken
June 14th, 2003, 11:23 AM
hy!

How I can verify if an e-mail was delivered ? I am using php with function mail();


thks

lostinbeta
June 14th, 2003, 01:05 PM
Uhh, well if it is to you, check your inbox :P

If it is to someone else, I don't think you can.

Voetsjoeba
June 14th, 2003, 02:03 PM
Uhh, well if it is to you, check your inbox :P

LOL :P

I guess have it send an e-mail to a dummy address that you can check too, so it sends it to two e-mail addresses, yours and his/hers. If you get it, (s)he will have it too

-- I guess

Drunken
June 15th, 2003, 01:34 PM
hmmm.... ok

thks

Jubba
June 15th, 2003, 04:13 PM
Nah, there is no real way to verify that someone recieved the e-mail you sent, unless you request a reciept verification, or have them click a link or something...

Sending two e-mails, as Voets suggested wouldn't confirm anything. It would only tell you that the PHP script ran successfully, however, the e-mail address does not need to be correct for the script to run successfully. If the e-mail address is correct in the script, then they will recieve their e-mail.