0

Requirement:

How do we add cc or bcc when an email is sent through keycloak?

Problem:

When a user is invited to sign-up using keycloak invitation mail is sent. But in some cases, the invitation is not sent, so I plan to add cc or bcc to the invitation mail.

Can anyone provide a solution how do i add cc or bcc to keycloak integrated email?

Harsha
  • 343
  • 1
  • 3
  • 6

1 Answers1

0

As i checked out 10.0.0v, Keycloak built-in email implementation doesn't contain field for cc or bcc. Eventually, keycloak is open-source. You can write your own SPIs by extending default behaviors. For example;