|
|
Browse by Tags
All Tags » PHP (RSS)
-
The following works fine: (PHP)
mail(''newuser@localhost.com'', ''Subject'', ''Body'', ''From: Admin@localhost.com\n'');
When I move the 'to' email to the headers:
mail('''', ''Subject'', ''Body'', ''From: Admin@localhost.com\nTo: newuser@localhost.com\n'');
I get the error ''503 No valid recipients specified''
This ...
-
I have installed Mercury/32 via XAMPP, and I use mail() via .PHP to send mail..
My log looks like this:
T 20080718 230954 48811f47 Connection from 127.0.0.1T 20080718 230954 48811f47 HELO PHAsT 20080718 230954 48811f47 MAIL FROM:<Admin@tecfan.no-ip.org>T 20080718 230954 48811f47 RCPT TO:<somvaan@gmail.com>T 20080718 ...
|
|
|