https://docs.aws.amazon.com/ko_kr/ses/latest/DeveloperGuide/send-using-smtp-php.html
순서대로 하면 된다. 몇 가지 주의사항이 존재한다.
1. 메일 보내는 주소는 us-west-2여야 한다.
2. 이메일 인증을 받아야 한다.
3. ./aws/credential에 내 정보를 입력해놔야 한다.
ConfigurationSetDoesNotExist (client): 이 버그 처리 방법:
// If you aren't using a configuration set, comment or delete the
// following line
// 'ConfigurationSetName' => $configuration_set,
참조
https://brunch.co.kr/@topasvga/570