SSH into the server Run php artisan tinker Run this following commnad Mail::send('welcome', [], function($message) { $message->to('arshohag8@gmail.com')->subject('Testing mails'); });