Role invitation and Reminders CustomerID : New user and existing user- DRAFT
1) New user invitation (Role invitation for New users): This is an email notification for User registration that adds roles to the user when the user is registered.Â
Email notifications and reminder email configurations -Â
# eidm2.properties roleinvite.registration = invite # mailmessages.properties email.inviteUserRenotify.role.enabled = true email.inviteUser.role.enabled = trueÂ
2) Role Invitation (for existing users): This is an email notification for existing users when they are invited to the new role. (Not for Pending Users)
# eidm2.properties roleinvite.receiver.approval = true # mailmessages.properties email.roleInvite.enabled = true email.roleInviteRenotify.enabled = true
Role invite emails will be sent when roleinvite.receiver.approval = true is set in eidm2.properties.Â
In that case, if email.roleInvite.enabled = false, then first email for role invite will not be sent , but renotify email will be still sent if its set true email.roleInviteRenotify.enabled = true .Â