Skip to content
This repository was archived by the owner on Jun 7, 2025. It is now read-only.

Commit 737f46f

Browse files
committed
fix: aggiorna l'indirizzo email del mittente nella configurazione del servizio email
1 parent 2093587 commit 737f46f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/service/email_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self):
1515
self.conf = ConnectionConfig(
1616
MAIL_USERNAME=os.getenv("MAIL_ADDRESS",""),
1717
MAIL_PASSWORD=os.getenv("MAIL_PASSWORD",""),
18-
MAIL_FROM=os.getenv("MAIL_ADDRESS",""),
18+
MAIL_FROM=os.getenv("MAIL_ADDRESS","unipd.codehex16@gmail.com"),
1919
MAIL_FROM_NAME=os.getenv("MAIL_USERNAME",""),
2020
MAIL_PORT=os.getenv("MAIL_PORT",587),
2121
MAIL_SERVER=os.getenv("MAIL_SERVER",""),

0 commit comments

Comments
 (0)