Last active
January 22, 2019 12:44
-
-
Save hassanalami/6ddc4a3d5f8df81262ff0d471dc8994c to your computer and use it in GitHub Desktop.
Laravel test email using PHP artisan 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::send('welcome',[], function($message) { $message->to('[email protected]')->subject('Testing email'); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment