Skip to content

Aditya8821/Send-HTML-Email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Send-HTML-Email📨

Here is a python script which sends the an email📧 using HTML syntax.

  • 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:

Feedbacks Would Be Welcomed🙌

About

Here is a python script which sends the an email📧 using HTML syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages