This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
zitadel
Watch
1
Star
0
Fork
0
You've already forked zitadel
mirror of
https://github.com/zitadel/zitadel.git
synced
2024-12-14 11:58:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
afcba379e6
zitadel
/
pkg
/
grpc
/
settings
/
settings.go
6 lines
99 B
Go
Raw
Normal View
History
Unescape
Escape
feat: Default configs sms provider (#3187) * feat: sms config * feat: twilio as sms provider * feat:sms projection * feat: sms queries * feat: sms queries test * feat: sms configs * feat: sms configs sql file * fix merge * fix: rename from to sendername * fix: proto comments * fix: token as crypto * fix: tests * fix: sms config sender name to sender number * fix: sms config sender name to sender number * Update email.go * Update channel.go * Update V1.111__settings.sql Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-02-21 12:22:20 +00:00
package
settings
type
SMSConfig
=
isSMSProvider_Config
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 04:27:29 +00:00
type
EmailConfig
=
isEmailProvider_Config
Reference in New Issue
Copy Permalink