Search found 46 matches

by Anton
Wed Oct 16, 2013 7:38 am
Forum: Suggestions
Topic: Trigger Action based emails via webservices
Replies: 0
Views: 9255

Trigger Action based emails via webservices

Hi, I have managed to simulate this by hooking up a form to an action which sends an action-based email. I reverse-engineered (ok, I copy/pasted!) the UID algorithm to make a valid UID and simply pass it as a GET parameter to my form. It works, BUT THIS IS UGLY! There may be another way to do this, ...
by Anton
Fri Oct 11, 2013 12:44 pm
Forum: Using OpenEMM
Topic: Trigger email to user from web service addSubscriber
Replies: 0
Views: 4038

Trigger email to user from web service addSubscriber

Hi, I want to trigger an email when a user is added via the webservice. Is there any way to trigger actions or send service emails via the webservices? Any other way? I don't much care how it is done but I don't want the user to have to click on an openemm link or fill in a form - as long as I can t...
by Anton
Thu Aug 29, 2013 9:27 pm
Forum: Using OpenEMM
Topic: agnUID -> customer_id ?
Replies: 3
Views: 5888

Re: agnUID -> customer_id ?

Have a look at the agn python module. There is a method parseUID(uidstr) that does what you want in a nice python way. uid = agn.UID () uid.parseUID (uidstr) There is a method in bavd.py: def __scanUID (self, uidstr): This should give you everything you need if you want to do it in another language....
by Anton
Thu Aug 22, 2013 1:24 am
Forum: Using OpenEMM
Topic: Webservices V2 failures - The creation time is ahead of the
Replies: 2
Views: 6841

Re: Webservices V2 failures - The creation time is ahead of

Ok, something very strange is going on here... I suppose there is something I haven't configured properly - I have tried this on a couple of different installs... If I change the Created value to be utc minus about an hour (between 59 and 65 minutes to be exact, outside this it fails with either ahe...
by Anton
Wed Aug 21, 2013 11:35 pm
Forum: Using OpenEMM
Topic: Webservices V2 failures - The creation time is ahead of the
Replies: 2
Views: 6841

Webservices V2 failures - The creation time is ahead of the

I'm getting "The creation time is ahead of the current time" security exceptions. It's very strange and annoying! It worked *once*, and now all of my tests continue to fail. The worst part is that I am issuing the calls *on the same machine* (or another, makes no diff). I can sleep for 5 s...
by Anton
Wed Aug 21, 2013 12:05 pm
Forum: Using OpenEMM
Topic: Disabling URL escaping (for email addresses)
Replies: 0
Views: 37130

Disabling URL escaping (for email addresses)

Hi, Does anyone know if it's possible to disable url escaping when personalising URLs? Some browsers escape themselves and so instead of getting http://toto.com/?email=anton%40example.com, I'm getting http://toto.com/?email=anton%2540example.com. I must confess I'm only getting it sometimes but I wa...
by Anton
Wed Aug 21, 2013 12:06 am
Forum: Installation & Upgrades
Topic: Problem starting Web Services and creating ws.wsdl file
Replies: 3
Views: 6687

Re: Problem starting Web Services and creating ws.wsdl file

There was something wrong with my environment (openemm was missing env values and I did a source .bashrc to get them back manually - is this how it should be?). I did, however, also have to add log4j and a correct version of wsdl4j to the classpath for it to compile. It's working well now though...
by Anton
Tue Aug 20, 2013 10:10 am
Forum: Installation & Upgrades
Topic: Problem starting Web Services and creating ws.wsdl file
Replies: 3
Views: 6687

Re: Problem starting Web Services and creating ws.wsdl file

I have the same problem but the bug below (core vs openemm) seems to have been fixed. Has anyone else solved this recently?
Cheers.
by Anton
Sat Aug 17, 2013 10:43 pm
Forum: Development
Topic: Per mailinglist tracking domains
Replies: 1
Views: 5309

Re: Per mailinglist tracking domains

https://github.com/AntonOfTheWoods/openemm-patches

These patches seem to do what I want. Any comments most appreciated.
by Anton
Fri Aug 16, 2013 5:20 pm
Forum: Development
Topic: Per mailinglist tracking domains
Replies: 1
Views: 5309

Per mailinglist tracking domains

Hi, I have implemented a couple of very basic changes that allow one to specify a tracking domain per mailinglist. It appears that this was once possible, is possible in the non FOSS version, or is on the roadmap when looking at the code. Does anyone have any info on this? The changes I made were ba...
by Anton
Fri Aug 16, 2013 5:03 pm
Forum: Development
Topic: Replacement Sendmail by other mailing server
Replies: 1
Views: 4940

Re: Replacement Sendmail by other mailing server

Hi, It took me a while to figure it out also. What you want to do is use a "smart-relay" (I don't know why it's called a "smart-relay", I'd just call it a "relay"...). Look up in the docs for more information. Basically you just have to create a file: /home/openemm/conf...
by Anton
Thu Aug 15, 2013 9:36 pm
Forum: Using OpenEMM
Topic: Unsubscribe via Website-Link instead of via Newsletter-Link
Replies: 4
Views: 8074

Re: Unsubscribe via Website-Link instead of via Newsletter-L

Wow, this turned out to be PAINFULLY simple! :-). The unsub message in the admin interface is even correct, which suggests to me this is all by design. Basically, all you have to do is: ... <form action="form.do"> <input type="hidden" name="agnCI" value="1"> <...
by Anton
Thu Aug 15, 2013 9:08 pm
Forum: Using OpenEMM
Topic: Unsubscribe via Website-Link instead of via Newsletter-Link
Replies: 4
Views: 8074

Re: Unsubscribe via Website-Link instead of via Newsletter-L

Did anyone find a solution for this? It is definitely a best practice to allow this method of unsub and it would be great to be able to do it with the internal forms!
Thanks.
by Anton
Thu Aug 15, 2013 6:43 pm
Forum: Installation & Upgrades
Topic: EMM 2013 DIFFRENT PORT CONSOLE AND REDIRECTION
Replies: 7
Views: 9680

Re: EMM 2013 DIFFRENT PORT CONSOLE AND REDIRECTION

Hi, I am just today doing my first live production shoots so take this with that in mind... I have no idea why the help (and so Agnitas) recommends messing with iptables for doing anything. Why not just set up a webserver with host based sites for the redirection server and the console? You can then...
by Anton
Sun Jul 28, 2013 9:12 pm
Forum: Installation & Upgrades
Topic: JDK
Replies: 8
Views: 11457

Re: JDK

maschoff wrote: Please have a look here: http://sourceforge.net/projects/openemm ... 3/Updates/
Perfect, thanks. The latest version of the Install documentation (1.0.8, from 2013-07-01) doesn't reflect this.
Thanks for all your great work.