Update sendEmail.py

parent a3d5216a
......@@ -17,7 +17,7 @@ from email.message import EmailMessage
def sendMail():
Sender_Email = "s.u.pethiyagoda@gmail.com"
Reciever_Email = "shaminda.u.b.p@gmail.com"
Password = "yenricirtbahoftk"
Password = "***************"//Add your email credentiol provide by the google
newMessage = EmailMessage()
newMessage['Subject'] = "ALERT!!!!!!!!"
newMessage['From'] = Sender_Email
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment