
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

 
    
Please Log in or Create an account to join the conversation.

Please Log in or Create an account to join the conversation.

 Feel free to share the solution I outlined in your documentation page about the +suffix duplicate email workaround or whatever. (credit for zerodd.it would be nice, but if not you can always just say it was first proposed by Wouter Smet
 Feel free to share the solution I outlined in your documentation page about the +suffix duplicate email workaround or whatever. (credit for zerodd.it would be nice, but if not you can always just say it was first proposed by Wouter Smet  )
) 
    Please Log in or Create an account to join the conversation.

You can manually construct a confirmation URL using the below in your email.Are you saying that it is fairly easy to construct this 'confirmcode' parameter based on the email address it is set to confirm?
Yes, exactly this is doable.USER SIGNS UP AND PROVIDES:
- primary email address
- PEC email address
WE CATCH REGISTRATION FORM AND DO THE FOLLOWING:
- do NOT auto-send confirmation mail to primary email address
- fetch/calculate the confirm code of the primary email address (or, well, of the user account, maybe it is just the stored unique user id that's used to build the confirm code) and/or the 'itemid' parameter.
- use the email auto action to send an email to their PEC address, which says: click on this link to confirm your account: www.socialfarmacia.it/index.php?option=c...confirm&confirmcode= [CALCULATEDCODEFORTHISUSER]&Itemid=133
THE USER
- sees as only confirm email the one we sent to the PEC address. He clicks the link there, and proceeds as a fully 'confirmed' user.
Please Log in or Create an account to join the conversation.

