laravel-mail Questions
1
Solved
I have the following method which sends out an e-mail:
Mail::send('emails.configuration_test', array(), function($email)use($request){
$email->to($request->test_address)->subject('Config...
Crone asked 6/1, 2017 at 20:33
2
Solved
I am a little confused about whether to use Laravel's Notification or Mailable class. From what I understand, Mailables are used to send only emails whereas Notifications can be used to send emails...
Melmela asked 18/11, 2016 at 18:38
1
Solved
I have created Mailable Class in Laravel 5.3 which calls the view. However, I need to pass some variables from my Controller to the Mailable Class and then use these values inside the View. This is...
Sardou asked 17/11, 2016 at 11:29
© 2022 - 2024 — McMap. All rights reserved.