[Vuejs]-How to change the mail settings while using queue in laravel to send mail and notification

0👍

Although late, but above problem was solved by utilization of job to handle the queued mails where changing config variable will make it possible to send mail under the given mail configuration settings .

Leave a comment