Skip to content

Instantly share code, notes, and snippets.

@yob-yob
Last active June 2, 2021 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yob-yob/f41799d92e3bed670b17bdb9e65c27f6 to your computer and use it in GitHub Desktop.
Save yob-yob/f41799d92e3bed670b17bdb9e65c27f6 to your computer and use it in GitHub Desktop.
Laravel Quick Mail Test via Tinker
Mail::raw('Hello World!', function($msg) {$msg->to('myemail@gmail.com')->subject('Test Email'); });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment