Hi,
Do not send notifications by mail and this error appears in the logs:Failed writingFailed to send out email notification: Failed writingFailed to send out email notification: Failed writing received data to disk/applicatioI think the mail configuration is correct
Server : mail.myserver.com
Username: user@myserver.com
Password : password
To: destination@otherserver.com
Subject : Text in subject
If I perform the test the message:
Failed writing received data to disk/application.
Any ideas?
Thanks.
Comments
Thanks. Effectively eliminate that mistake,although in the examples allowed the mail.myserver.com format.
Now I get another error
SSL peer certificate or SSH remote key was not OK.
I tried with:
smtp://mail.myserver.com
smtp://mail.myserver.com:587
smtps://mail.myserver.com:587
smtps://mail.myserver.com:465
smtp://mail.myserver.com:465 Timeout was reached.
with gmail
smtp://smtp.gmail.com Login denied. User and password are OK.
smtp://smtp.gmail.com:465 Timeout was reached.
smtp://smtp.gmail.com:587 Login denied
smtps://... neither
I've never had so much trouble to set up a mail server. :(