Last active
August 29, 2015 14:16
-
-
Save nonlocalize/bd633927d270748c88da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mail::send('emails.upgraded', $data, function($message) | |
{ | |
$message->to($user->email, $user->first_name) | |
->subject('Your account has been upgraded. Mom is proud!'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment