bigolyt Posted February 17, 2005 Share Posted February 17, 2005 When creating a new account the user submits the form and gets this error: Warning: mail(): SMTP server response: 501 5.5.4 Invalid Address in c:\inetpub\wwwroot\shop\includes\classes\email.php on line 502 Warning: Cannot modify header information - headers already sent by (output started at c:\inetpub\wwwroot\shop\includes\classes\email.php:502) in c:\inetpub\wwwroot\shop\includes\functions\general.php on line 29 My php.ini looks to be configured correctly and I know SMTP is working because I have .asp forms that send mail to me via them and they are working. I think I need to modify the email.php line 502? But not sure with what? Any help would be appreciated. Link to comment Share on other sites More sharing options...
ozEworks Posted February 17, 2005 Share Posted February 17, 2005 the second message often comes up when you have left spaces at the end of the first file i.e. email.php. Not sure if that could cause the first though. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.