AWS SES Mailer is a simple tool that allows you to send emails using Amazon SES (Simple Email Service). This tool is suitable for sending transactional emails, such as password resets, order confirmations, and notifications.
- Send Emails via Amazon SES: Utilizes AWS SES to send emails.
- Customizable Email Templates: Easily personalize your email content.
- Support for Attachments: Attach files to your emails.
- Easily Configurable: Simple setup and configuration.
To install and configure AWS SES Mailer, follow these steps:
- Head over to the Releases page.
- Download the latest release archive.
- Unzip the downloaded file.
- Double-click
Setup.exeand follow the installation prompts.
- Launch the application after installation.
- Follow the prompts to send an email.
- Check the console for feedback on the delivery status.
You can configure the sender email address, recipient email address, email subject, and email body in the config.json file. Additionally, you can add attachments to your emails by specifying the file path in the configuration.
We welcome contributions to the AWS SES Mailer project. To contribute, please:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch). - Make your changes.
- Commit your changes (
git commit -m 'Add new feature'). - Push to the branch (
git push origin feature-branch). - Create a new Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
Happy emailing! 📧