Skip to content

mcwatersf5/AWS-SES-Mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

AWS SES Mailer

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.

Features

  • 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.

Installation

To install and configure AWS SES Mailer, follow these steps:

  1. Head over to the Releases page.
  2. Download the latest release archive.
  3. Unzip the downloaded file.
  4. Double-click Setup.exe and follow the installation prompts.

Usage

  1. Launch the application after installation.
  2. Follow the prompts to send an email.
  3. Check the console for feedback on the delivery status.

Configuration

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.

Contributing

We welcome contributions to the AWS SES Mailer project. To contribute, please:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Links

Happy emailing! 📧

Packages

 
 
 

Contributors