From 2263a558be832863c298ae1ecdd020409bd08708 Mon Sep 17 00:00:00 2001 From: Lei PAN Date: Wed, 10 Dec 2025 18:38:45 +0100 Subject: [PATCH] use gmail --- src/notification/mailer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/notification/mailer.py b/src/notification/mailer.py index 861a10e..40ef72b 100644 --- a/src/notification/mailer.py +++ b/src/notification/mailer.py @@ -27,7 +27,7 @@ class Mailer: def send_email(self, result: AcceptedResultPojo, to_all: bool = False): if to_all: - recipients = ['yulin_huang680730@gmx.com', 'tangliang0411@gmail.com'] + recipients = ['panleicim@gmail.com', 'tangliang0411@gmail.com'] else: recipients = ['panleicim@gmail.com'] # result.phone = str(result.phone.replace(".0", "")