Skip to content

Commit

Permalink
Created memo.md
Browse files Browse the repository at this point in the history
ローカルメール配信確認ツールを追加
  • Loading branch information
sakasa authored Apr 20, 2020
1 parent 2f67516 commit d7682af
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Tools/memo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# メール配信テスト

## mailcatcher
- https://mailcatcher.me/
- ローカルでメール配信テストをする際にメールサーバの設定をmailcatcherにして、メールの確認を行える

### インストール
```bash
gem install mailcatcher
```

### 起動
```bash
mailmatcher [--ip 0.0.0.0] [-f]
```
オプションは任意

### メール設定
メールサーバを `localhost` にして、ポートを `1025` (ユーザー、パスワードはなしでOK)

### メール確認
ブラウザで `http://localhost:1080` にアクセス

※メール設定、メール確認のポートは起動オプションで変更可能

0 comments on commit d7682af

Please sign in to comment.