Hi, how can I check for errors from the PHP mail() function?
Is there a log? The function is always returning false and don't know why.
It's returning a false response in a if statement which means the e-mail failed to be sent.
I don't know how to debug this since there's no PHP errors being spit out. I checked my mail logs and found nothing there.
What can I do to debug it? I had this working before but since I changed the apache server to use SSL / HTTPS and did change the mail server postfix and dovecot to use ssl.
I am guessing I need to change the config settings? Right now I have the default seetings in place.
Is there a log? The function is always returning false and don't know why.
It's returning a false response in a if statement which means the e-mail failed to be sent.
I don't know how to debug this since there's no PHP errors being spit out. I checked my mail logs and found nothing there.
What can I do to debug it? I had this working before but since I changed the apache server to use SSL / HTTPS and did change the mail server postfix and dovecot to use ssl.
I am guessing I need to change the config settings? Right now I have the default seetings in place.