stefanprodan / mgob

MongoDB dockerized backup agent. Runs schedule backups with retention, S3 & SFTP upload, notifications, instrumentation with Prometheus and more.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email notifier failing with EOF error

BlackTurtle123 opened this issue · comments

Hello!
The email notifier is failing with below error:

time="2020-01-16T14:57:00Z" level=error msg="Notifier failed sending email notification failed: EOF"

same here

Managed to solve it by using a domain name for mail server address instead of IP address.

I was using a domainname

i had the same issue, fixed it with using port 587 (TLS)