Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.09 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.09 KB

A simple email service

This small Java application can be used to send emails from an associated gmail (or any other email) account.

Note that you need access to the email account from which the emails are supposed to be sent.

How to use

In order to use this example service, you have to

  1. specify the email address, passwort and username in the application.properties file (or in your cloud environment)
  2. check the SMTP configuration used in the EmailSender The default settings should work with gmail.
  3. deploy it somewhere (e.g. SAP CP CF)

How to use - with gmail

In order to use this service with gmail, you have to enable access for less secure apps because this service is not using OAuth2 to authenticate with google.

I would recommend to not use your personal email account. Instead go ahead and create a dummy email account =)