Class UserMailer
In: app/models/user_mailer.rb
Parent: ActionMailer::Base

Send mail to a user to administer that user’s login. Called by UserController.

Methods

Public Instance methods

Send a forgot-password email, allowing the user to regain their login name and password.

Send a new-user email, providing the user with a URL used to validate that user’s login.

[Validate]