laravel how to test mail +1 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]');
});