Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted December 9, 201410 yr 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.
December 9, 201410 yr 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.
December 9, 201410 yr Author I have it disabled in my php.ini Here is a copy of my phpinfo() of the pertinent strings
December 10, 201410 yr 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.
December 10, 201410 yr Author 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?
Archived
This topic is now archived and is closed to further replies.