CODE :-
================
echo "TO - '$to'\n";
echo "SUBJECT - '$subject'\n";
echo "FROM - '$from'\n";
echo "TEXT - \n'$text'\n";
echo "\n***************************\n";
echo "\n***************************\n";
echo "\n***************************\n";
echo "HEADERS - '$headers'\n";
mail("$to","$subject","$text","From: $from","[EMAIL PROTECTED]");
================RESULT :- ================= *************************** *************************** *******456677******************** TO - '[EMAIL PROTECTED]' SUBJECT - 'Register Yourself Feedback' FROM - '[EMAIL PROTECTED]' (text is all there - 20-30 lines of the message/body / text of email - then :-) *************************** *************************** *************************** HEADERS - 'From: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> ' ================= However - All the logs show - everything is correct... However - Im not getting any emails.... Is there a 100% bomb-proof, idiot-proof, server-proof way of sending emails ? I'll copy this to my ISP - web-host forum... -- G Stewart Gmail invites - Hundreds available.. Gmail : [EMAIL PROTECTED] NZ: [EMAIL PROTECTED] Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
