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! 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 Link to comment https://forums.phpfreaks.com/topic/77571-sendmail-problem/#findComment-392664 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.