# Mail Sender Electron Application
Mail Sender is an Electron application that allows users to send multiple emails with multiple files attached simultaneously using Gmail.
## Features
- Send emails with attachments to multiple recipients.
- Supports sending multiple files in each email.
- Uses Gmail SMTP for email delivery.
- Simple and intuitive user interface.
- Cross-platform compatibility with Electron.
## Getting Started
1. **Clone the repository:**
```bash
git clone https://github.com/Subu1987/Mail-Sender.git-
Install dependencies:
cd Mail-Sender npm install -
Run the application:
npm start
Before using the application, make sure to configure your Gmail account settings:
- Enable "Less Secure Apps" access in your Gmail settings.
- If you have two-factor authentication enabled, you may need to generate an App Password for the application.
Contributions are welcome! If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch (`git checkout -b feature/new-feature).
- Make your changes.
- Commit your changes (
git commit -am 'Add new feature'). - Push to the branch (`git push origin feature/new-feature).
- Create a new Pull Request.
This project is licensed under the MIT License.
Feel free to adjust any details or add any additional sections as needed.