Skip to content
Snippets Groups Projects
Commit 409214bc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Apply suggestion to aleksis/core/mailer.py

parent 4d144bd0
No related branches found
No related tags found
1 merge request!96Replace django-dbsettings with django-constance
Pipeline #498 failed
......@@ -5,7 +5,7 @@ from constance import config
mail_out = "{} <{}>".format(config.MAIL_OUT_NAME,
config.MAIL_OUT) if config.MAIL_OUT_NAME else mail_settings.mail_out
config.MAIL_OUT) if config.MAIL_OUT_NAME else config.MAIL_OUT
def send_mail_with_template(title, receivers, plain_template, html_template, context={}, mail_out=mail_out):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment