Mail function doesn't work #46
Replies: 7 comments
-
I tried to send mail with a new blank installation and have the same problem. Can't understand cause the server send normal mails without any problems from this domain. |
Beta Was this translation helpful? Give feedback.
-
Now I checked the mail function on this server. It works perfect and sends me an email. `<?PHP $subject = "php mail test"; if (mail($recipient, $subject, $message, $headers)) Is there a logfile in automad where I can check what is going wrong in automad? |
Beta Was this translation helpful? Give feedback.
-
Did you add an email address to your user account? Test emails are always sent to a user email address. |
Beta Was this translation helpful? Give feedback.
-
yes they have both testsystems an email address in the user account. |
Beta Was this translation helpful? Give feedback.
-
logfile would be nice to see where automad is struggeling. On the old server it works fine with the exact same files. What about the debugin mode? If I turn it on, where is this called temp folder? |
Beta Was this translation helpful? Give feedback.
-
Debugging is described in the docs. What kind of server do you use and what PHP version? |
Beta Was this translation helpful? Give feedback.
-
hi there
I moved my whole installation to another server. Since then I can't configure the mail function and send test mails.
I get only a message with a failure.
So is there somewhere else to see what exactly is the problem? I checked with SMTP and sendmail too.
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions