Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/openmpy/springboot-aws-ses

이메일 전송 시스템
https://github.com/openmpy/springboot-aws-ses

aws-ses springboot

Last synced: 7 days ago
JSON representation

이메일 전송 시스템

Awesome Lists containing this project

README

        

## 고려해야 하는 부분

QR Code S3에 올려서 뿌려주기

## aws 설정

```yaml
aws:
ses:
access-key: IAM Access Key
secret-key: IAM Secret Key
region: ap-northeast-2
```

## 명령어
```
aws configure
aws ses create-template --cli-input-json file://template.json
```