zitadel/internal/notification/channels
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
..
fs refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
instrumenting feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
log refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
mock fix: add action v2 execution to features (#7597) 2024-04-09 20:21:21 +03:00
smtp feat: send test mail (#7968) 2024-06-20 19:51:42 +00:00
twilio refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
webhook refactor: rename package errors to zerrors (#7039) 2023-12-08 15:30:55 +01:00
channel.go feat: call webhooks at least once (#5454) 2023-03-28 22:09:06 +00:00
gen_mock.go chore(v2): move to new org (#3499) 2022-04-26 23:01:45 +00:00