class Marten::Conf::GlobalSettings::Emailing
- Marten::Conf::GlobalSettings::Emailing
- Reference
- Object
Overview
Allows to configure emailing-related settings.
Defined in:
marten/conf/global_settings/emailing.crInstance Method Summary
-
#backend : Marten::Emailing::Backend::Base
Returns the backend used to deliver emails.
-
#backend=(backend : Marten::Emailing::Backend::Base)
Allows to set the backend used to deliver emails.
-
#from_address : Marten::Emailing::Address
Returns the default from address used in emails.
-
#from_address=(address : Marten::Emailing::Address | String | Symbol)
Allows to set the default from address used in emails.
Instance Method Detail
def backend=(backend : Marten::Emailing::Backend::Base)
#
Allows to set the backend used to deliver emails.
def from_address=(address : Marten::Emailing::Address | String | Symbol)
#
Allows to set the default from address used in emails.