Page 1 of 1

Double Opt-In with Webservices

Posted: Thu Jul 09, 2009 4:41 pm
by denmic
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

Code: Select all

$openemm->sendMailing(3,'A',time());
(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!

Posted: Thu Jul 23, 2009 5:02 pm
by denmic
Noone out here using double opt in with webservices? :(

Same Problem

Posted: Wed Aug 05, 2009 10:53 am
by Fatalin
We have the same problem and have therefore created our own registration scripts, handling the double opt-in outside of OpenEMM and create the datebase entry manually.

Its not perferct and limits us on many fronts, but it works for now.