class

Marten::Conf::GlobalSettings::Emailing

Inherits Reference / Object

Allows to configure emailing-related settings.

Instance methods

backend

Returns the backend used to deliver emails.

Source

Allows to set the backend used to deliver emails.

Source
from_address

Returns the default from address used in emails.

Source
from_address=(address : Marten::Emailing::Address | String | Symbol)

Allows to set the default from address used in emails.

Source