Skip to main content

MailerDoesNotExist

The requested alias is not defined in settings.MAILERS.

Attributes

AttributeTypeDescription
aliasstringThe identifier of the mailer configuration that could not be found in the settings.

Constructor

Signature

def MailerDoesNotExist(
alias: string
) - > null

Parameters

NameTypeDescription
aliasstringThe alias name that was not found in the MAILERS settings.

Signature

def MailerDoesNotExist(
alias: string
) - > null

Parameters

NameTypeDescription
aliasstringThe configuration key or alias name that was not found in the MAILERS settings dictionary