Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public function index(){
- $data = array('name'=>"Virat Gandhi");
- \Mail::send('mail', $data, function($message) {
- ('Laravel HTML Testing Mail');
- });
- echo "HTML Email Sent. Check your inbox.";
- }
Advertisement
Add Comment
Please, Sign In to add comment