Skip to content

Instantly share code, notes, and snippets.

@izshreyansh
Created September 11, 2019 14:11
Show Gist options
  • Save izshreyansh/c6760b8f3dcfda831fe819ee2e8be80d to your computer and use it in GitHub Desktop.
Save izshreyansh/c6760b8f3dcfda831fe819ee2e8be80d to your computer and use it in GitHub Desktop.
Laravel Test Mail
Mail::send('errors.500', [], function($message) 
{
  $message->to('[email protected]')->subject('Testing mails');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment