Update the notification email_from
This commit is contained in:
parent
99bca983a9
commit
a0aefb3785
@ -166,7 +166,7 @@ class NotificationManager:
|
|||||||
properties_dict = {
|
properties_dict = {
|
||||||
"content_text": content_text,
|
"content_text": content_text,
|
||||||
"content_subject": content_subject,
|
"content_subject": content_subject,
|
||||||
"sender_email": "qifei.lu1994@gmail.com",
|
"sender_email": app_settings.EMAIL_FROM,
|
||||||
"receiver_type": "email",
|
"receiver_type": "email",
|
||||||
}
|
}
|
||||||
await self.__publish_notification__(
|
await self.__publish_notification__(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user