Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/openmpy/springboot-aws-ses
이메일 전송 시스템
https://github.com/openmpy/springboot-aws-ses
aws-ses springboot
Last synced: 7 days ago
JSON representation
이메일 전송 시스템
- Host: GitHub
- URL: https://github.com/openmpy/springboot-aws-ses
- Owner: openmpy
- Created: 2024-08-22T10:28:32.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T08:44:58.000Z (3 months ago)
- Last Synced: 2024-10-10T11:20:46.542Z (28 days ago)
- Topics: aws-ses, springboot
- Language: Java
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```