abstract class BaseEmail

Overview

Learn about sending emails https://luckyframework.org/guides/emails/sending-emails-with-carbon

Included Modules

Defined in:

emails/base_email.cr

Constant Summary

HABITAT_SETTINGS = [{decl: adapter : Carbon::Adapter, example: nil, validation: nil}, {decl: deliver_later_strategy : Carbon::DeliverLaterStrategy = Carbon::SpawnStrategy.new, example: nil, validation: nil}] of Nil

Learn about sending emails https://luckyframework.org/guides/emails/sending-emails-with-carbon

Class Method Summary

Instance Method Summary

Macro Summary

Class Method Detail

def self.configure(&) #

Learn about sending emails https://luckyframework.org/guides/emails/sending-emails-with-carbon


def self.settings #

Learn about sending emails https://luckyframework.org/guides/emails/sending-emails-with-carbon


Instance Method Detail

def settings #

Learn about sending emails https://luckyframework.org/guides/emails/sending-emails-with-carbon


Macro Detail

macro layout(template_name) #

Specify an HTML template layout

templates html
layout email_layout

[View source]
macro templates(*content_types) #

Learn about sending emails https://luckyframework.org/guides/emails/sending-emails-with-carbon


[View source]