class WelcomeEmail

Defined in:

emails/welcome_email.cr

Constructors

Macro Summary

Instance Method Summary

Instance methods inherited from class BaseEmail

from : Carbon::Address from, sender sender, settings settings, subject : String subject, text_body text_body, to : Array(Carbon::Address) to

Constructor methods inherited from class BaseEmail

new(pull : JSON::PullParser) new

Class methods inherited from class BaseEmail

adapter adapter, configure(&) configure, settings settings

Macros inherited from class BaseEmail

layout(template_name) layout, templates(*content_types) templates

Constructor Detail

def self.new(operation : RegisterCurrentUser, user : User) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Macro Detail

macro layout(template_name) #

Specify an HTML template layout

templates html
layout email_layout

[View source]
macro templates(*content_types) #

[View source]

Instance Method Detail

def headers : Hash(String, String) #