Signup module with , confirmation mail

0
I am new to , mendix and wanted to create a signup module , with a confirmation e-mail , .
asked
3 answers
1

Kamal,

This can be done in Mendix. However, I would start out with the Mendix academy to get the basics down and then go into developing your new application. 

Getting started link - https://gettingstarted.mendixcloud.com/link/home

When you are starting the new application, creating a new user should be straight forward. I would take a look at the deeplink module for the confirmation link. 

Here is a link to the Deep link module https://appstore.home.mendix.com/link/app/43/Mendix/Deep-link-module

 

 

answered
0

Hi Kamal,

The forgot password module has a separate workflow for people to sign up/receive an email confirmation.

Here is the link

https://appstore.home.mendix.com/link/app/1296/Mendix/Forgot-Password-module

 

Hope this helps!

answered
0

If your question is how best to create a login-module with an email-confirmation: get some App from the appstore.

Login form, SMTP Email module and connect the dots.

answered