Double Opt-In with Webservices
Posted: Thu Jul 09, 2009 4:41 pm
Hello!
I successfully managed to add a new subscriber to OpenEMM via the PHP class provided by http://enarion.net/programming/php/openemm/.
As we're using double opt-in I want the system to send the double opt-in confirm email. Unfortunately this isn't done automatically.
I already tried to send via (where 3 is our doi mailing) but this doesn't send any mail. I guess this just works for normal and time based mailings.
I'm now wondering how to get this working. Do I have to emulate the DOI process by my application or is there another way to get this done by OpenEMM?
Many thanks in advance for your help!
I successfully managed to add a new subscriber to OpenEMM via the PHP class provided by http://enarion.net/programming/php/openemm/.
As we're using double opt-in I want the system to send the double opt-in confirm email. Unfortunately this isn't done automatically.
I already tried to send via
Code: Select all
$openemm->sendMailing(3,'A',time());
I'm now wondering how to get this working. Do I have to emulate the DOI process by my application or is there another way to get this done by OpenEMM?
Many thanks in advance for your help!