Last active
June 2, 2021 09:36
-
-
Save yob-yob/f41799d92e3bed670b17bdb9e65c27f6 to your computer and use it in GitHub Desktop.
Laravel Quick Mail Test via Tinker
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mail::raw('Hello World!', function($msg) {$msg->to('[email protected]')->subject('Test Email'); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment