Skip to content

Instantly share code, notes, and snippets.

@hassanalami
Last active January 22, 2019 12:44
Show Gist options
  • Save hassanalami/6ddc4a3d5f8df81262ff0d471dc8994c to your computer and use it in GitHub Desktop.
Save hassanalami/6ddc4a3d5f8df81262ff0d471dc8994c to your computer and use it in GitHub Desktop.
Laravel test email using PHP artisan tinker
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