zitadel/internal/static
Miguel Cabrerizo 3635320ce8
feat: send test mail (#7968)
# Which Problems Are Solved

- Zitadel doesn't have a way to test SMTP settings either before
creating a new provider or once the SMTP provider has been created.
- Zitadel SMTP messages can be more informative for usual errors

# How the Problems Are Solved

- A new step is added to the new/update SMTP provider wizard that allows
us to test a configuration. The result is shown in a text area.
- From the table of SMTP providers you can test your settings too.
- The email address to send the email is by default the email address
for the logged in user as suggested.
- Some of the SMTP error messages have been changed to give more
information about the possible situation. For example: could not contact
with the SMTP server, check the port, firewall issues... instead of
could not dial

Here's a video showing this new option in action:


https://github.com/zitadel/zitadel/assets/30386061/50128ba1-c9fa-4481-8eec-e79a3ca69bda

# Additional Changes

Replace this example text with a concise list of additional changes that
this PR introduces, that are not directly solving the initial problem
but are related.
For example:
- The docs explicitly describe that the property XY is mandatory
- Adds missing translations for validations.

# Additional Context

- Closes #4504
2024-06-20 19:51:42 +00:00
..
config refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
database chore: use pgx v5 (#7577) 2024-03-27 15:48:22 +02:00
i18n feat: send test mail (#7968) 2024-06-20 19:51:42 +00:00
mock fix: add action v2 execution to features (#7597) 2024-04-09 20:21:21 +03:00
s3 refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
generate.go feat: label policy (#1708) 2021-06-04 14:53:51 +02:00
storage.go fix: instance remove (#4602) 2022-10-26 13:06:48 +00:00