Création onglet journal erreurs
This commit is contained in:
709
app/domo91.py
709
app/domo91.py
File diff suppressed because it is too large
Load Diff
@@ -36,7 +36,7 @@ if envoyer_mail:
|
||||
|
||||
try:
|
||||
with smtplib.SMTP_SSL("smtp.mail.ovh.net", 465) as server:
|
||||
server.login("services@domo91.fr", "6ZiCsVtSf9@nEHv@$^0")
|
||||
server.login("services@domo91.fr", "VHq3278YA#sGV*bh#mR")
|
||||
server.sendmail(msg["From"], [msg["To"]], msg.as_string())
|
||||
print("📧 Mail envoyé.")
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user