We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ab8b3 commit 5c0f2e2Copy full SHA for 5c0f2e2
Sending-Emails/code.py
@@ -32,4 +32,5 @@
32
with smtplib.SMTP_SSL('smtp.gmail.com', 465) as smtp:
33
smtp.login(EMAIL_ADDRESS, EMAIL_PASSWORD)
34
35
- smtp.send_message(msg)
+ smtp.send_message(msg)
36
+ print("Email Sent Successfully ..")
0 commit comments