#-------------------------------------------------------------------------------
# Name: module1
# Purpose:
#
# Author: Ramesh
#
# Created: 21-08-2014
# Copyright: (c) Ramesh Babu Y2014
# Licence: Sky
#-------------------------------------------------------------------------------
import smtplib
fromaddr = 'From Email Id'
toaddrs = 'To EMail Id'
msg = 'Enter you message here'
server = smtplib.SMTP("smtp.gmail.com:587")
server.starttls()
server.login("<<Your GMail Id>>","GMail Id Password")
server.sendmail(fromaddr, toaddrs, msg)
# Name: module1
# Purpose:
#
# Author: Ramesh
#
# Created: 21-08-2014
# Copyright: (c) Ramesh Babu Y2014
# Licence: Sky
#-------------------------------------------------------------------------------
import smtplib
fromaddr = 'From Email Id'
toaddrs = 'To EMail Id'
msg = 'Enter you message here'
server = smtplib.SMTP("smtp.gmail.com:587")
server.starttls()
server.login("<<Your GMail Id>>","GMail Id Password")
server.sendmail(fromaddr, toaddrs, msg)
I’m so glad I came across your website! The content is truly engaging, and I really appreciate the valuable insights you’ve shared. Thanks a lot!
ReplyDeleteBEST SAP FICO Training In Chennai
Best SAP MM Training in Chennai
Best SAP ABAP Training in chennai
SAP PP Training In Chennai
SAP EWM Training In Chennai
SAP QM Training In Chennai