Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of Laravel - Sending Email ?



What is the use of Laravel - Sending Email ?..

Answer / surbhi

Laravel uses free feature-rich library SwiftMailer to send emails.
Using the library function, we can easily send emails without too many hassles.
The e-mail templates are loaded in the same way as views, which means you can use the Blade syntax and inject data into your templates.

Syntax : void send(string|array $view, array $data, Closure|string $callback)


The default type is HTML. If you want to send plain text mail then use the following syntax.

Syntax : Mail::send([‘text’=>’text.view’], $data, $callback);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How to pass csrf token with ajax request?

0 Answers  


What is an observer in laravel?

0 Answers  


Explain laravel contracts?

0 Answers  


Explain how to share your homestead with others?

0 Answers  


What are the example of services?

0 Answers  


How to registering middleware in laravel?

0 Answers  


How can I hide all stack whoops error information when the application is in production?

0 Answers  


What is Named Routes.

0 Answers  


Explain how to register a middleware in laravel?

0 Answers  


What is closure in laravel?

0 Answers  


How do you call artisan command in laravel?

0 Answers  


What is open source software?

0 Answers  


Categories