Skip to content

Instantly share code, notes, and snippets.

@nonlocalize
Last active August 29, 2015 14:16
Show Gist options
  • Save nonlocalize/bd633927d270748c88da to your computer and use it in GitHub Desktop.
Save nonlocalize/bd633927d270748c88da to your computer and use it in GitHub Desktop.
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