Skip to content

Handle errors in mail configuration #13405

@etj

Description

@etj

The e-mail verification button may display a generic error if the mail server settings are wrong or set as default values
e.g.

DJANGO_EMAIL_HOST=localhost
DJANGO_EMAIL_HOST_PASSWORD=
DJANGO_EMAIL_HOST_USER=
DJANGO_EMAIL_PORT=25

The error is something like this (disregard the custom CSS):
Image

We may want to display a proper error if the EMAIL settings are wrong or the connection to the mail server is failing.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions