InvalidMailer
A settings.MAILERS entry has a configuration error.
Constructor
Signature
def InvalidMailer(
msg: str,
alias: str = None
)
Parameters
| Name | Type | Description |
|---|---|---|
| msg | str | The error message describing the configuration issue. |
| alias | str = None | The key/alias of the mailer in settings.MAILERS that caused the error. |
Signature
def InvalidMailer(
msg: string,
alias: string = None
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| msg | string | The error message describing the specific configuration issue encountered. |
| alias | string = None | The key or alias within the MAILERS setting that contains the invalid configuration. |