updated subject
This commit is contained in:
parent
3d0f272d5e
commit
467405bf8e
|
@ -935,7 +935,7 @@ def send_user_activation_mail(user_id, config):
|
|||
message = MIMEMultipart()
|
||||
message['From'] = config['MAIL_LOGIN']
|
||||
message['To'] = user.email
|
||||
message['Subject'] = 'Portal Šolar: Vaš uporabniški račun je odobren'
|
||||
message['Subject'] = 'Portal Šolar: Registracija potrjena'
|
||||
message.attach(MIMEText(body, "plain"))
|
||||
text = message.as_string()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user