class Marten::Conf::GlobalSettings::Emailing

Overview

Allows to configure emailing-related settings.

Defined in:

marten/conf/global_settings/emailing.cr

Instance Method Summary

Instance Method Detail

Returns the backend used to deliver emails.


[View source]
def backend=(backend : Marten::Emailing::Backend::Base) #

Allows to set the backend used to deliver emails.


[View source]
def from_address : Marten::Emailing::Address #

Returns the default from address used in emails.


[View source]
def from_address=(address : Marten::Emailing::Address | String | Symbol) #

Allows to set the default from address used in emails.


[View source]