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