Updated mailing.py
This commit is contained in:
parent
332d38314e
commit
617ce43bb8
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ while i < len(inactive_email):
|
|||
msg = MIMEMultipart()
|
||||
|
||||
# Declare message elements
|
||||
msg['From'] = 'notificacions@mastodont.cat'
|
||||
msg['From'] = smtp_user_login
|
||||
msg['To'] = inactive_email[i]
|
||||
msg['Subject'] = inactive_usernames[i] + " " + email_subject
|
||||
|
||||
|
|
Loading…
Reference in a new issue