PHP Class Stevemo\Cpanel\User\UserMailer

Inheritance: implements Stevemo\Cpanel\User\UserMailerInterface
Show file Open project: stevemo/cpanel

Public Methods

Method Description
sendReset ( Cartalyst\Sentry\Users\UserInterface $user ) : void Send a email to a given user with a link to reset is password

Method Details

sendReset() public method

Send a email to a given user with a link to reset is password
Author: Steve Montambeault
public sendReset ( Cartalyst\Sentry\Users\UserInterface $user ) : void
$user Cartalyst\Sentry\Users\UserInterface
return void