Updated mailing.py
This commit is contained in:
pare
332d38314e
commit
617ce43bb8
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -338,7 +338,7 @@ while i < len(inactive_email):
|
||||||
msg = MIMEMultipart()
|
msg = MIMEMultipart()
|
||||||
|
|
||||||
# Declare message elements
|
# Declare message elements
|
||||||
msg['From'] = 'notificacions@mastodont.cat'
|
msg['From'] = smtp_user_login
|
||||||
msg['To'] = inactive_email[i]
|
msg['To'] = inactive_email[i]
|
||||||
msg['Subject'] = inactive_usernames[i] + " " + email_subject
|
msg['Subject'] = inactive_usernames[i] + " " + email_subject
|
||||||
|
|
||||||
|
|
Loading…
Referencia en una nova incidència