MailerDoesNotExist
The requested alias is not defined in settings.MAILERS.
Attributes
| Attribute | Type | Description |
|---|---|---|
| alias | string | The identifier of the mailer configuration that could not be found in the settings. |
Constructor
Signature
def MailerDoesNotExist(
alias: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| alias | string | The alias name that was not found in the MAILERS settings. |
Signature
def MailerDoesNotExist(
alias: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| alias | string | The configuration key or alias name that was not found in the MAILERS settings dictionary |