Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Javier Carazo

    (@carazo)

    htown,

    You have to set the email “Email” in the header and this should be the third data.

    As you can see in the code this is the order:

    $username = $data[0];
    $password = $data[1];
    $email = $data[2];

    First is [0], second one [1] and the third column is [2].

    Tell me!

    Plugin Author Javier Carazo

    (@carazo)

    As we have not received more answers, I will close the thread.

    Thanks.

    Plugin Author Javier Carazo

    (@carazo)

    I close it.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Will not import email addresses’ is closed to new replies.