Re: Forum-doesn't send mail
update: here are the php error logs. the issue seems to be in Zend framework
code
28-Apr-2014 20:51:22 America/Chicago PHP Fatal error: Uncaught exception 'Zend_Mail_Exception' with message 'Cannot set standard header from addHeader()' in l/tiki12/vendor/bombayworks/zendframework1/library/Zend/Mail.php:1143
Stack trace:
- 0 /tiki12/lib/webmail/tikimaillib.php(104): Zend_Mail->addHeader('Message-ID', '
so following this error -
I commented out line 1143 as it's purpose seems to be to trap a possible error .. the page now completes loading and an email is sent.