From c227d763d8c1bae3801b83e8ea449ae6b8790925 Mon Sep 17 00:00:00 2001 From: zsh28 <zeeshan8210@outlook.com> Date: Thu, 9 May 2024 16:30:10 +0100 Subject: [PATCH] removed 3rd party password --- mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail.py b/mail.py index d0a4ec1..4dc027a 100644 --- a/mail.py +++ b/mail.py @@ -5,7 +5,7 @@ from email.mime.base import MIMEBase from email import encoders email_user = "zeeshdev28@gmail.com" -email_password = "eddt rekq jhwn yydu" +email_password = "3rdpartypassword" email_send = "zeeshdev28@gmail.com" #subject = "Test" -- GitLab