class Auth::PasswordResetEmail

Defined in:

auth/emails/password_reset_email.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(user : User, request : Marten::HTTP::Request) #

[View source]

Instance Method Detail

def context #
Description copied from class Marten::Emailing::Email

Returns a hash containing the template context or nil.

The default implementation returns nil.


[View source]
def subject : String #
Description copied from class Marten::Emailing::Email

Returns the subject of the email.


[View source]
def to : Array(Marten::Emailing::Address) #
Description copied from class Marten::Emailing::Email

Returns an array of recipient email addresses.


[View source]