I configured laravel\'s mail service with mandrill driver. No problems here!
Now, at certain point of my application, I need to send a mail via gmail.
I did
Even easier it is to execute following code, just before sending an email, after you have written over the mail-configuration with config :
app()->forgetInstance('swift.transport'); app()->forgetInstance('swift.mailer'); app()->forgetInstance('mailer');