first commit
This commit is contained in:
commit
e6c52820cd
227 changed files with 16156 additions and 0 deletions
6
test_mail.py
Normal file
6
test_mail.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import smtplib
|
||||
|
||||
server = smtplib.SMTP("smtp.gmail.com", 587)
|
||||
server.starttls()
|
||||
server.login("violet.anthony90@gmail.com", "gfmo dsys ruau nlip") # mot de passe d'application sans espace
|
||||
print("Connexion OK")
|
||||
Loading…
Add table
Add a link
Reference in a new issue