martomi / chiadog

A watch dog providing a peace in mind that your Chia farm is running smoothly 24/7.
MIT License
458 stars 120 forks source link

Add config option to disable SMTP auth for basic postfix setup #314

Closed unsocial-bleach closed 2 years ago

unsocial-bleach commented 2 years ago

Sometimes it is useful to disable SMTP authentication for sending emails. For example, if someone is using a local postfix server, the default install doesn't require/enable auth.

When this new config option is set to enable_smtp_auth: false, the username_smtp and password_smtp config options are ignored.