XF 1.1 Mail not sending

Dad.

Well-known member
Hey guys,

Getting a mail error. Hosted in hostgator. Im sure their mail function is turned on, but where can I check to see whats going on? Here is the error log:

Code:
Zend_Mail_Transport_Exception: Unable to send mail. - library/Zend/Mail/Transport/Sendmail.php:137

Thanks,
Mike
 
That is an unspecified error with the built-in PHP mail(). The mail log on the server itself may have more information. Otherwise we only know that the email failed which could be a problem with the mail config in PHP or the recipient address.

Basically contact your host.
 
Top Bottom