- SSH into the server
- Run php artisan tinker
- Run Laravel code - Mail::send() with any simple view
So the attempt failed - apparently I had unactivated account. After doing the activation, I ran the command again, and there we go.
And received an email to the inbox with a beautiful "Be right back" 503 template.
That's it, a quick tip - hopefully helpful!