LoginSignup
1
0

More than 5 years have passed since last update.

Laravelで取りあえずメール送ってみるワンライナー

Posted at

tinkerで下記を実行。

Mail::raw('some text', function ($m) {$m->subject('test')->to('your-name@example.com');});

取りあえずメールが送られる

  • 設定確認
  • 疎通確認
  • 迷惑メールチェック等に
1
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
1
0