Zenmaster Posted December 9, 2020 Share Posted December 9, 2020 Hi, I'd like to block free email clients when people sign up to our free product, but not for paid product. If they sign up directly to a paid product I don't care which email they enter.. but for the freemium one I need to filter abusers, so one of the ways is block free email clients (gmail,yahoo etc'). Is it possible to do per product? Thanks 0 Quote Link to comment Share on other sites More sharing options...
Kian Posted December 9, 2020 Share Posted December 9, 2020 If your product uses auto-provisioning, you could use PreModuleCreate to detect free emails. If free email is in use, send abortcmd true to stop provisioning and eventually SendEmail to the involved customer. 1 Quote Link to comment Share on other sites More sharing options...
brian! Posted December 9, 2020 Share Posted December 9, 2020 I would have thought ShoppingCartValidateCheckout would have been a better option - as it should prevent the order progressing if the user is logged in with, or trying to register with, a free email domain.... using PMC, the WHMCS account will have been created (if not previously) and the order accepted... 1 Quote Link to comment Share on other sites More sharing options...
Magicklug Posted December 11, 2020 Share Posted December 11, 2020 On 12/9/2020 at 7:58 PM, Kian said: If your product uses auto-provisioning, you could use PreModuleCreate to detect free emails. If free email is in use, send abortcmd true to stop provisioning and eventually SendEmail to the involved customer. This is a good way to prevent abusive behavior of some clients lmao. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.