Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting email settings into the configutation file. #81

Closed
VARGA-Peter opened this issue Jun 15, 2018 · 1 comment
Closed

Extracting email settings into the configutation file. #81

VARGA-Peter opened this issue Jun 15, 2018 · 1 comment

Comments

@VARGA-Peter
Copy link

VARGA-Peter commented Jun 15, 2018

While testing the new version 3.23 I was thinking that it would more comfortable when the email settings

MAIL_TO_ADDR = 'your-email@your-domain'
MAIL_FROM_ADDR = 'your-from-address@your-domain'
MAIL_SMTP_SERVER = 'your-mail-server'

would be extracted into the configuration file. Currently these settings have to be maintained each time a new version is installed.

Further, when the configuration file would have a setting like send_email which controls the email behaviour, this lightens also the update process.

Also, the current SMTP authentication method gets lost each time a new update is installed [function send_email]. To solve this in with a configuration file may become a bit tricky...

PS: On Sunday I will write in the other thread how the test was.

UPS: I see I opened already an issue regarding this #72 . Can you delete this? SORRY

@NAUbackup
Copy link
Owner

Closed, since a duplicate of #72 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants