We need to brand the emails that are sent out when a User is invited to Umbraco and when they reset their password.
Is there a hook that we can use to inject our own system here?
We need to brand the emails that are sent out when a User is invited to Umbraco and when they reset their password.
Is there a hook that we can use to inject our own system here?
Hello @ctolkien
Hopefully below forum comment can help you out.
Chad, did you happen to find a solution for customizing these emails?
Yes, you can implement the:
IUserInviteSender
and IUserForgotPasswordSender
interfaces, and then add them to the composer.