Email send

This commit is contained in:
CHIEFSOFT\ameye
2025-07-09 11:47:43 -04:00
parent 783626ee8f
commit 3bffde4358
3 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -109,8 +109,8 @@ class RegisterService(BaseService):
def send_register_mail(signup_email, email_uid,last_row_id,firstname):
sender_email = "message@chiefsoft.com"
sender_password = 'may12002!' # Use an app-specific password if using Gmail
sender_email = "support@wrenchboard.com"
sender_password = 'May12002!xF7F220A97f' # Use an app-specific password if using Gmail
receiver_email = signup_email
subject = "Python Email Test"
body = "This is a test email sent from Python."