php artisan tinker
Mail::send('welcome', [], function($message) {
$message->to('[email protected]')->subject('Testing mails');
});
php artisan tinker
Mail::send('welcome', [], function($message) {
$message->to('[email protected]')->subject('Testing mails');
});