From: "Graeme McLaren" <[EMAIL PROTECTED]>

> Evening all, I've written a script which sends emails, there is no problem
> with that.  I was wondering how I can check for email bounces, anyone know
> how to do that?

There's no direct, easy way. You'll have to write/aquire a PHP script that
logs into a mail server and checks your mail for bounces and reacts
accordingly. PHP offers the function to log into mail servers. Check the
manual.

---John Holmes...

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to