Document issue type
Type/Bug (Report inaccuracies, outdated information, or missing details in the existing content)
Description
The sendEmail function can be used to send emails to users who do not exist in the identity server by passing the email in the "send-to" and setting the "flowType" as registration
example:
var sent = sendEmail(context.currentKnownSubject, 'EmailOTP', {
'send-to': email,
'flowType': 'registration',
'OTPCode': otp
});
This is not documented.
Version
7.2.0
Document issue type
Type/Bug (Report inaccuracies, outdated information, or missing details in the existing content)
Description
The sendEmail function can be used to send emails to users who do not exist in the identity server by passing the email in the "send-to" and setting the "flowType" as registration
example:
This is not documented.
Version
7.2.0