Skip to content

Daniel-Lorenz/email-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 =)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages