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 ?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is laravel api?

829


State the difference between get and post method.

793


what is meant by CSRF Protection in Laravel ?

1858


Define contextual binding?

845


What is Laravel - File Uploading ?

1559


What is seed in laravel?

824


How do I make a middleware to be run during every http request to an application?

741


what is meant by Laravel ?

1535


Tell me why laravel over other php frameworks?

773


How to set configuration values in laravel?

830


Tell me does laravel support php 7?

718


How to send mail using queue in laravel 5?

757


Tell us how to use update statement in laravel?

849


What the server requirements for laravel?

812


How to create view Laravel - File Uploading ?

1449