zitadel/internal/notification
Stefan Benz 21c38b061d
feat: add http as smtp provider (#8545)
# Which Problems Are Solved

Send Email messages as a HTTP call to a relay, for own logic on handling
different Email providers

# How the Problems Are Solved

Create endpoints under Email provider to manage SMTP and HTTP in the
notification handlers.

# Additional Changes

Clean up old logic in command and query side to handle the general Email
providers with deactivate, activate and remove.

# Additional Context

Partially closes #8270

---------

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-09-12 06:27:29 +02:00
..
channels feat: add http as smtp provider (#8545) 2024-09-12 06:27:29 +02:00
handlers feat: add http as smtp provider (#8545) 2024-09-12 06:27:29 +02:00
messages fix: RFC1342 encode sender name that goes in from header (#8193) 2024-06-28 08:33:42 +00:00
senders feat: add http as smtp provider (#8545) 2024-09-12 06:27:29 +02:00
static feat: invite user link (#8578) 2024-09-11 10:53:55 +00:00
statik chore: initial version of a devcontainer (#6352) 2023-08-15 10:49:05 +02:00
templates feat: add http as sms provider (#8540) 2024-09-06 13:11:36 +00:00
types feat: add http as smtp provider (#8545) 2024-09-12 06:27:29 +02:00
channels.go feat: add http as smtp provider (#8545) 2024-09-12 06:27:29 +02:00
projections.go feat(cmd): mirror (#7004) 2024-05-30 09:35:30 +00:00