Double Opt-In with Webservices

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

denmic
Posts: 6
Joined: Tue May 05, 2009 2:30 pm

Double Opt-In with Webservices

Post 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!
denmic
Posts: 6
Joined: Tue May 05, 2009 2:30 pm

Post by denmic »

Noone out here using double opt in with webservices? :(
Fatalin
Posts: 111
Joined: Wed Aug 05, 2009 10:51 am
Location: Troisdorf, Germany
Contact:

Same Problem

Post 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.
Post Reply