completed Whats the best way to do email validation?

Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
831 posts
i see for signup i can make it so email activation is sent out before a user can sign up.
now does this mean i have to use either the mailgun activation or the kickbox activation or both or does it work without them? what is the recommended set up for this ?
updated by @zachary-moonshine: 07/23/17 12:08:05AM
paul
@paul
8 years ago
4,335 posts
Quote: mailgun activation or the kickbox activation
I assume you mean 'verification' and not 'activation'?

You don't have to use either. Jamroom will send an 'activation' email anyway in the hope that the registrant receives it and activates his/her account.
The advantage of verifying an email first is that MailGun or KickBox will verify/validate that email and JR will not send it if it fails their tests. This lessens the chances on email bounces which could get your site tagged as a spamming source.
I'd recommend using MailGun validation. Its free and as all your emails are being sent via MG anyway, let them be responsible for it all!!


--
Paul Asher - JR Developer and System Import Specialist
Zachary Moonshine
Zachary Moonshine
@zachary-moonshine
8 years ago
831 posts
good to know thanks paul