thalesgroup-cert / Watcher

Watcher - Open Source Cybersecurity Threat Hunting Platform. Developed with Django & React JS.
https://thalesgroup-cert.github.io/Watcher
GNU Affero General Public License v3.0
845 stars 122 forks source link

[Improvements] SMTP auth/TLS? #31

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi! I love watcher and use it to keep track of a few sites. I was wondering if it was possible to have the Django email use SMTP auth and/or TLS? I want to point it at an external email server, but it needs authentication and TLS to work. I looked over the docs but didnt see anything.

Felix83000 commented 3 years ago

Hi,

Thank you for your support! :) SMTPS is not implemented yet in Watcher, we will work on it soon and will keep you posted.

ghost commented 3 years ago

Excellent! Thanks for working on this! In the mean time I will setup a local MTA and relay it externally.