Skip to content

Latest commit

 

History

History
 
 

Sending HTML Email

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Description:

Here is Python Script which sends the HTML Email.

  • yagmail: yagmail module in python is a GMAIL/SMTP client that aims to make it as simple as possible to send emails.

  • SMTP: SMTP stands for Simple Mail Transfer Protocol. It provides a mail exchange between users on the same or different computers by initiating the server.

Procedure to follow:

  • pip install yagmail
  • import yagmail
  • Connect with SMTP server
  • use send( ) function to send mail

Sample Output:

For any queries please contact?