Change...
Mail::send('emails.welcome', array('key' => 'value'), function($message)
to
\Mail::send('emails.welcome', array('key' => 'value'), function($message)
mferrara said:
Change...
Mail::send('emails.welcome', array('key' => 'value'), function($message)
to
\Mail::send('emails.welcome', array('key' => 'value'), function($message)
Ok, thanks, it works... but why?
Thanks!
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community