Apr
24
When I use this php command over VPN connection, It'll response with error message `501 5.5.4 Invalid Address`
- mail($to,$subject,$message,"From: PHP Client <no-reply@example.com>");
Change to
- mail($to,$subject,$message,"From: no-reply@example.com");
Last modified on 2008-05-01 15:27




0 Trackbacks