5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AWS sesをSMTPサーバとして使用する手順メモ

Posted at

AWS sesをSMTPサーバとして使用する手順メモ

1. AWSコンソールからses管理画面へ移動

2. 画面左のメニューから"SMTP Settings"をクリックしページ移動

この画面にアクセスサーバ情報が書いてあります。

Server Name: email-smtp.us-west-2.amazonaws.com |
Port: 25, 465 or 587

Portについて

25: SMTP
465: SMTPS
587: SMTP

参考

3. "Create My SMTP Credentials"ボタンクリック

4.IAM作成フォームが表示されるので、任意の値を入力します。

ここで作成したユーザーでsesをコールする事になります。

5."ユーザーが正常に作成されました。"と表示されるので画面右下のボタンから認証情報のファイルをダウンロード

credentials.csv
IAM User Name,Smtp Username,Smtp Password
"SES_IAM_USER",SMTP_USER_NAME,Smtp Password

2で確認したServer NamePort
ファイルに記述されているSmtp Username,Smtp Passwordでアクセスすると
AWS sesサービスをファイルに記述されているIAM User Nameで利用する事ができます

5
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?