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.
- 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
git clone https://github.com/yourusername/Automated-Email-Sender.git
cd automated-email-sender
pip install python-dotenv
Create a .env file in the root directory and add your email credentials:
[email protected]
EMAIL_PASSWORD=your_password
python main.py