Set the config on run-time.
Config::set('mail.username', '_username_');
Config::set('mail.password', '_password_');
Then do your normal stuff ...
Mail::send(...
It should work !
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community