mirror of
https://github.com/FAUSheppy/atlantis-event-dispatcher
synced 2025-12-06 06:21:36 +01:00
fix: directly passthrough user
..to prevent problems with mail internal hosts
This commit is contained in:
@@ -5,7 +5,7 @@ from email.mime.multipart import MIMEMultipart
|
|||||||
def smtp_send(server, port, user, password, recipient, subject, body):
|
def smtp_send(server, port, user, password, recipient, subject, body):
|
||||||
|
|
||||||
# Email and password for authentication
|
# Email and password for authentication
|
||||||
sender_email = f'{user}@{server}'
|
sender_email = user
|
||||||
sender_password = password
|
sender_password = password
|
||||||
|
|
||||||
# Recipient email address
|
# Recipient email address
|
||||||
|
|||||||
Reference in New Issue
Block a user