Skip to content

Instantly share code, notes, and snippets.

@KyleGawryluk
Created July 23, 2013 18:58
Show Gist options
  • Save KyleGawryluk/6065133 to your computer and use it in GitHub Desktop.
Save KyleGawryluk/6065133 to your computer and use it in GitHub Desktop.
foreach ($clients as client){
$m->to($client->email, $client->first_name . ' ' . $client->last_name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment