Skip to content

This Python script allows users to send automated emails with ease.

Notifications You must be signed in to change notification settings

MrBouzaffour/Automated-Email-Sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Automated Email Sender

This Python script allows users to send automated emails with ease. Leveraging smtplib and email libraries, the script supports plain text and HTML emails. It's designed to be secure and flexible, using environment variables to handle email credentials.

Features

  • Simple and straightforward email sending
  • Support for plain text and HTML emails
  • Attach files to emails
  • Schedule emails to be sent at a specific time
  • Secure credential management with environment variables
  • Customizable email content
  • Error handling and logging
  • Send emails to multiple recipients
  • Configurable SMTP server settings
  • Secure email content with encryption

Setup

1. Clone the Repository:

git clone https://github.com/yourusername/Automated-Email-Sender.git
cd automated-email-sender

2. Install Dependencies:

pip install python-dotenv

3. Configure Environment Variables:

Create a .env file in the root directory and add your email credentials:

[email protected]
EMAIL_PASSWORD=your_password

4. Run the Script:

python main.py

About

This Python script allows users to send automated emails with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages