Skip to content

Email Verification Option Gone?

Hi,

I have just upgraded to v.6.34 and noticed that I have no option for email.
Anyone could advise?

Cheers

Comments

  • select some engines that need e-mail verification.
  • Thanks Ozz,

    I have done it, but still cannot figure out how to add email addresses. I haven't followed this forum for a while.
    In previous versions there was a tab on the top,

    Regards
  • the tab "email-verification" will be there when you select platforms like social networks for example. post a screenshot of your project options if it doesn't show up.
  • Cheers Ozz,

    Its seems to be working now. I have had selected platforms, but for some reason they were grey out.
    I had to double click and then i saw the tab again.

    Thanks a lot and all the best
  • @Ozz

    I am trying to code my own engine and when I select only that engine the email verification tab is gone... I need to verify emails. What can I do in my .INI file to make it show up.

    I have my engine type set to custom because I wanted it separated out. Any help would be great!

    It looks like this
    engine type=custom

    Thanks!
    Meat
  • You'll need this in your [SETUP] section

    [Your E-Mail]
    type=email
    must be filled=1
    static=1

    and something like this in your [REGISTER_STEP1] section

    verify submission=1
    verify by=email
    verify interval=60
    verify timeout=7200
  • @cherub

    Thanks! I was missing the "must be filled=1"

    Cheers!
    Meat
Sign In or Register to comment.