Does anyone know how to convert PHPlist to a single opt-in?

by 1 replies
3
Hi!

PHPList installs as a double opt-in.

Does anyone know which lines to reconfigure in the script to convert it into a single opt-in.

Thanks!
#programming #convert #optin #phplist #single
  • Just had a look at this. I haven't installed the script so this may not work but I think if you delete lines 197 and 198 in phplist.php then the subscriber will not get an email to confirm their email address. Changing line 199 in phplist.php to

    Sql_Query(sprintf('update %s set confirmed = 1 where id = %d',$this->tables["user"],$userid));

    will set the user as confirmed once they opt in.

    Voila- a single opt in list. Let me know if this works as I didn't install the script just downloaded it and used windows grep to find which lines were sending an email.

Next Topics on Trending Feed