Page 1 of 1

Import + double-opt-in

Posted: Thu Apr 26, 2012 9:47 am
by qbota
Hello,
How can I import new emails from CSV and force system to send double-opt-in emails to all of them to get confirmations?
I have configured double-opt-in properly. It works nice with form registration. I found info here in forum, that it requires modification on database level: give them proper mailling list status (5?) which should not be a problem, and put into mailing queue for configured DOI email. How can I do it?
Thanks in advance

Re: Import + double-opt-in

Posted: Fri Apr 27, 2012 1:16 pm
by Fatalin
Hi Qbota,

While there may be much "cleaner" ways, a quick and dirty workaround is to write a script that reads the information from your text file and pass them to the second openemm form (..._doi_confirm) of the registration process. This is simulating a normal user registration, sends out the DOI mail and enables all other processes (i.e. follow-up mails etc.) as defined.

Markus