Update the notification email_from

This commit is contained in:
jetli 2024-12-04 05:34:05 +00:00
parent 99bca983a9
commit a0aefb3785

View File

@ -166,7 +166,7 @@ class NotificationManager:
properties_dict = {
"content_text": content_text,
"content_subject": content_subject,
"sender_email": "qifei.lu1994@gmail.com",
"sender_email": app_settings.EMAIL_FROM,
"receiver_type": "email",
}
await self.__publish_notification__(