MFA - Guidance needed based on specific requirements (Question 1)

0
Hi All, I am designing a product configuration app that would recommend services based on their responses to a questionnaire. Early on in the questionnaire, we want to identify if the person using the service is an existing customer. If so we require 2 pieces of information from them Customer contract number Work email address   If contract number is valid and the email belongs to the company domain then send an email with a code for validation. There are a few things I need to solve. I will be breaking this question up into smaller posts to avoid this becoming too long and not helpful for others.    Question 1: What module can I install and steps I need to take to be able to send an email code to an anonymous user based on their entered email address?     Thanks, Byron
asked
1 answers
1

You need the email module: https://marketplace.mendix.com/link/component/259/ icw the model reflection module https://marketplace.mendix.com/link/component/69 

To implement use the documentation

https://docs.mendix.com/appstore/modules/email-with-templates/ 

https://docs.mendix.com/appstore/modules/model-reflection/ 

answered