Skip to content

A simple Kotlin example using Spring Boot Email with an Amazon SES SMTP user

Notifications You must be signed in to change notification settings

MissArmieJ/kotlin-spring-boot-aws-mail

Repository files navigation

kotlin-spring-boot-aws-mail

A simple Kotlin example using Spring Boot Email with an Amazon SES SMTP user

Amazon SES SMTP User Credentials - environment variables

Important - don’t create this User under IAM.

Instead, go to - Amazon SES Home > SMTP Settings > Create My SMTP Credentials

SES_SMTP_USER={Your SMTP Credentials Username}

SES_SMTP_PWD={Your SMTP Credentials Password}

SES_SMTP_FROM={Your ses-smtp-user@yourdomain.awsapps.com}

About

A simple Kotlin example using Spring Boot Email with an Amazon SES SMTP user

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages