laravel email test code example
Example: laravel how to test email testing
\Mail::raw('hello world', function($message) {
$message->subject('Testing email')->to('[email protected]');
});
\Mail::raw('hello world', function($message) {
$message->subject('Testing email')->to('[email protected]');
});