|
|
|
@ -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
|
|
|
|
|
|
|
|
|
|