Skip to content

A RESTful microservice for sending emails using an AWS API

License

Notifications You must be signed in to change notification settings

searchmetrics/simpleemailservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Searchmetrics Simple Email Service

header

This RESTful service can send E-Mails with attachments using an AWS API. If you want you can also first upload your attachments to a S3 bucket and only add a link to it in your E-Mail.

You can find the documentation and some examples how to use it here.

How to run this service

git clone https://github.com/searchmetrics/simpleemailservice/
# OR:
git clone [email protected]:searchmetrics/simpleemailservice
  • Open the project in IntelliJ

  • Start the main function in src/main/java/com/searchmetrics/simpleEmailService/SimpleEmailApplication.java (it won't work the first time).

  • Change the build configuration: Program arguments: server application.yaml

  • To send E-Mails over AWS, you have to save your access key id and secret access key into ~/.aws/credentials.

  • If you've set up everything, you can now start the service in IntelliJ and use it as described in the documentation.

Bug reports

You can report bugs on GitHub. The same goes for suggestions, but you can't expect them to be realized.

About

A RESTful microservice for sending emails using an AWS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages