Hi,
my duplicati instance has been sending me emails but stopped doing this, i think after i updated the whole shebang. When i test the smtp settings on an online smtp tester they work correctly.
What can i do to debug, investigate this? I see no hints or issues in the logs.
Hi!
Mine had also stopped working. Before, I was using the remote console API, but now I’ve set the global settings and it’s working fine, sending emails correctly! I use Gmail SMTP. What settings did you configure?
To answer my own question:
The duplicati command line tool has an option to debug email sending:
duplicati-cli send-mail --send-mail-to=**** --send-mail-url=smtp://***:587/?starttls=always --send-mail-username=*** --send-mail-password=*** --send-mail-subject=“backup result : phony”
This will give you hints on what is wrong. In my case it was the certificate and somehow the ‘accept-all-cerificates” options is broken in newer versions of duplicati. 