Skip to content

Commit 5c0f2e2

Browse files
committed
Final Code
1 parent 02ab8b3 commit 5c0f2e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sending-Emails/code.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,5 @@
3232
with smtplib.SMTP_SSL('smtp.gmail.com', 465) as smtp:
3333
smtp.login(EMAIL_ADDRESS, EMAIL_PASSWORD)
3434

35-
smtp.send_message(msg)
35+
smtp.send_message(msg)
36+
print("Email Sent Successfully ..")

0 commit comments

Comments
 (0)