

Sane Laravel 5 Mail Example
source link: http://alexking.org/blog/2015/05/06/laravel-5-mail-example-code
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Sane Laravel 5 Mail Example
May 7, 2015For some reason, the example code in the Laravel docs for their Mail feature neglect to show how to pass defined variables into the closure. Here is something a little more useful.
<?php
// note, to use $subject within your closure below you have to pass it along in the "use (...)" clause. $subject = 'Welcome!';
Mail::send('emails.welcome', ['key' => 'value'], function($message) use ($subject) { // note: if you don't set this, it will use the defaults from config/mail.php $message->from('[email protected]', 'Sender Name'); $message->to('[email protected]', 'John Smith') ->subject($subject); });
Recommend
-
29
Some time ago i have searched for a guide like this, and since i couldn’t find one, I hope to help others in a similar situation by providing some guidance. After all, this is my opinion, it is biased, it might b...
-
9
Sane C++ Jun 21, 2013 • Andre Weissflog TL;DR: An attempt to outline the 'good parts' of C++ from my experience of porting Nebula3 to various platforms over the years. Some of it controversial.
-
18
Here are (semi)random notes, trying to outline a system of views on controversional “monkey-patching” topic—the views I myself consider sane and reasonable. It may seem other way for you, but it could be a start for rational discussion....
-
11
Jedis Jedis is a blazingly small and sane Redis java client. Jedis was conceived to be EASY to use. Jedis is fully compatible with redis 2.8.x, 3.x.x and above*. Com...
-
2
Optimizations on Atomics¶ Atomics themselves can be optimized. A non-contentious example is constant propagation into atomics w...
-
12
Staying sane in cybersecurity and dealing with burnout October 8, 2021 World Mental Health Day is recognized...
-
9
Apr 17th, 20199 Ways to Stay Sane While Working Remotely👇 Download Show✏️...
-
5
Laravel 7 Send Mail Using Markdown Example 8646 views 1 year ago Laravel Today, markdown laravel 7 mail i...
-
5
April 7, 2022 Ruby on Rails My sane approach to...
-
16
Five Rules to Sane, Empowered Entertainment FandomThere are so many problematic faves.
About Joyk
Aggregate valuable and interesting links.
Joyk means Joy of geeK