LoginSignup
0
0

More than 5 years have passed since last update.

Symfonyの単一アドレス戦略

Posted at

メモ

単一アドレス戦略

delivery_strategyをsigle_addressにすると、単一アドレス戦略になる。
delivery_addressで設定したメールアドレスに送信する。

prod:
  mailer:
    param:
      delivery_strategy: single_address
      delivery_address: root@localhost

root@localhostにするとrootにメールを送信できる。
あとはmailコマンドを使うとメールを見ることができる。

0
0
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
0
0