Skip to content

Commit

Permalink
Update email sender name
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaOvodov committed Sep 26, 2022
1 parent 8a3cb46 commit 532665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web_app/angelina_reader_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TaskState(Enum):


def fill_message_headers(msg, to_address, subject):
msg['From'] = "AngelinaReader <{}>".format(Config.SMTP_FROM)
msg['From'] = "Angelina Braille Reader<{}>".format(Config.SMTP_FROM)
msg['To'] = to_address
msg['Subject'] = subject
msg['Date'] = email_utils.formatdate()
Expand Down

0 comments on commit 532665b

Please sign in to comment.