Skip to content
/ anupam176 Public template

This Python script allows you to send emails with attachments using the smtplib and email modules. It supports authentication via an SMTP server, making it suitable for sending emails through services like Gmail, Outlook, and others.

Notifications You must be signed in to change notification settings

anupam134/anupam176

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Python Email Sender with Attachment 📧

This Python script allows you to send an email with an attachment using Gmail's SMTP server. The email is sent securely using TLS encryption. The script utilizes smtplib, email.mime, and os libraries to compose and send the email. Python
License

Features ✨

  • Send emails with attachments 📎
  • TLS encryption for secure email sending 🔒
  • Clear and simple code structure for ease of use 🧑‍💻

Prerequisites 🛠️

To run this script, you need:

  • Python 3.x installed on your system 🐍
  • A Gmail account or any other SMTP-compatible email provider 📧
  • Access to less secure apps for Gmail (if not using OAuth)

About

This Python script allows you to send emails with attachments using the smtplib and email modules. It supports authentication via an SMTP server, making it suitable for sending emails through services like Gmail, Outlook, and others.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages