psenkodej Posted November 16, 2007 Share Posted November 16, 2007 Hello to all! J have a problem with make a configuration of php.ini file and sendmail.ini file. It simply doesn't work. I'm working on apache server (fake) and I install php, apache and mysql with xampp installer. Erorr apears: SMTP server response: 550 5.7.1 Unable to relay for [email protected] in C:\xampp\test\chapter 11\sendmail-rev03.php on line 29... Please help! Quote Link to comment https://forums.phpfreaks.com/topic/77571-sendmail-problem/ Share on other sites More sharing options...
vbnullchar Posted November 16, 2007 Share Posted November 16, 2007 did you supply a correct SMTP address in you php.ini? [mail function] SMTP = mail.smtp.com (sample) smpt_port = 25 sendmail_from = your email Quote Link to comment https://forums.phpfreaks.com/topic/77571-sendmail-problem/#findComment-392664 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.