Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/someshsingh22/notification
Simple Email App to send me notifications
https://github.com/someshsingh22/notification
Last synced: about 7 hours ago
JSON representation
Simple Email App to send me notifications
- Host: GitHub
- URL: https://github.com/someshsingh22/notification
- Owner: someshsingh22
- Created: 2023-10-19T13:09:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T14:18:27.000Z (about 1 year ago)
- Last Synced: 2023-10-19T14:36:05.037Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notification-Sender
Simple Email App to send me notifications# Email Sender Script
This Python script uses the yagmail library to send emails.
## Usage
1. Install the required packages:
```bash
pip install -r requirements.txt
export [email protected]
export EMAIL_PASSWORD=your_email_password
```## Usage
```bash
python send_email.py "Test Subject" "Hello, this is the email body." "[email protected]"
```## Notes:
1. **Environment Variables:** Before running the script, make sure to set up your email credentials as environment variables.
2. **Usage:** The `README.md` file provides instructions on how to install the required packages and run the script.
3. **Security Note:** Be cautious with storing and sharing email credentials. It's recommended to use secure methods to store and retrieve your credentials.