Skip to content

Phaamdeen/Sending-Email-with-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Python Email Sender with HTML Templates

This project is a simple Python application that sends HTML-based emails using Gmail’s SMTP service. It demonstrates how to create dynamic email content with templates and securely send emails using SSL.

Features

Sends emails using Gmail SMTP (SSL) Supports HTML email templates Uses Python’s built-in libraries (no external dependencies) Dynamic content insertion using string.Template Secure authentication with Gmail App Passwords

Technologies Used

Python 3 smtplib – for sending emails via SMTP email.message.EmailMessage – for constructing the email string.Template – for HTML templating pathlib – for reading template files

Example Use Cases

Automated notifications Welcome emails Newsletter systems Password reset emails Learning SMTP and email automation in Python

Author

Phaamdeen

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages