Skip to content

Instantly share code, notes, and snippets.

View ragusa87's full-sized avatar

Laurent Constantin ragusa87

View GitHub Profile
<?php
$this->get('ns.twig_mailer')->send(
'NSWebBundle:Mail:forgottenPassword.mail.twig',
$user->getEmail(),
array('user' => $user, 'token' => $token)
);