Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt November 11, 2024
wmarcy Posted December 9, 2014 Posted December 9, 2014 I am trying to configure PHP mail to send my outgoing mail, and it is failing, I have included a screenshot of the error. Anyone know how to get around this.
Rhett Posted December 9, 2014 Posted December 9, 2014 This would be a bug, please report in the tracker http://community.invisionpower.com/4bugtrack/ for now you can disable magic_quotes in your php config though.
wmarcy Posted December 9, 2014 Author Posted December 9, 2014 I have it disabled in my php.ini Here is a copy of my phpinfo() of the pertinent strings
bfarber Posted December 10, 2014 Posted December 10, 2014 Upload a script with just the following to debug why phpmail isn't working. That issue would be outside of IP.Board (which is separate from the message about magic_quotes_gpc which should be reported as suggested). <?php ini_set('display_errors',1); error_reporting(E_ALL); mail( "youremailaddres", "Email subject", "Email body" ); exit; Just be aware that php mail is often difficult to debug because not much feedback is given as to why an email fails to send. You may need to look at the logs for the mail program on your server to find out the cause.
wmarcy Posted December 10, 2014 Author Posted December 10, 2014 Copied that into my forum directory, and ran it from the browser and it worked perfectly. Tried it again, in the ip.board ACP (test email, using php mail) and it fails. Any ideas?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.