Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.34 KB

README.md

File metadata and controls

41 lines (28 loc) · 1.34 KB

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.