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

    (@carazo)

    @quistuipater,

    Sorry for the delay answering, I thought I answered the other day but no.

    We use this standard check to test if an email is valid:

                                            elseif( !empty( $email ) && ( ( sanitize_email( $email ) == '' ) ) ){ // if email is invalid
    258	                                                $problematic_row = true;
    259	                                                $data[0] = __('Invalid EMail','import-users-from-csv-with-meta')." ($email)";
    260	                                        }
    

    Which message do you get? Invalid EMail?

Viewing 1 replies (of 1 total)
  • The topic ‘Importing users with Gmail addresses using +’ is closed to new replies.