Skip to content

[Coding Question] How To Extract Random Email To Input Into Form?

Hi everyone, I'm new to coding so hope you guys can help me.

Basically I'm trying to code an engine that doesn't need the [REGISTER_STEP], but instead, it instantly goes to [LOGIN_STEP].

Here's what I'm trying to do:
SER visits a gumtree ad, then in the email form, the engine randomly grabs an email from the "email verification" tab.
Yes, the emails need to be input by user manually beforehand.

Is there a way to do it? 

e.g: In my email verification tab, I've created:
1@gmail.com, 2@gmail.com, 3@gmail.com, 4@gmail.com

Then my engine would randomly grab one of the above emails that is created manually to input into the email form.

How do I do that?

Comments

  • SvenSven www.GSA-Online.de

    1. Maybe it is easier for you to use %random_email% (not sure why you need an email)

    2. You can use %your e-mail% which uses one of the emails in project email accounts

    3. You can make a new input field and use ...

    [Add Email]

    type=text

    default={1@gmail.com|2@gmail.com|3@gmail.com|4@gmail.com}


    ...

    field=%add_email%

Sign In or Register to comment.