Search found 7 matches

by ewobbuh
Tue Feb 15, 2011 7:48 am
Forum: Installation & Upgrades
Topic: Need linux version of 5.5.1
Replies: 0
Views: 3117

Need linux version of 5.5.1

Currently I have the windows version of 5.5.1, but we want to move to linux. Because there are a lot of modifications to the Java source of the project, I can't switch to a newer version just yet. Unfortunately the 5.5.1 version is no longer available for download, does anyone have it and can send i...
by ewobbuh
Wed Feb 17, 2010 12:41 pm
Forum: Bugs, bug fixes & releases
Topic: White spaces in trackable links
Replies: 0
Views: 5039

White spaces in trackable links

Hey guys, I have a problem concerning white spaces in trackable links. The regular expression doesn't work for these, as it cuts off the link. I modified it a bit, so the correct url is dropped in the database (like http://my.domain.com/have fun/). But now the link is not replaced by the correct tra...
by ewobbuh
Mon Nov 30, 2009 1:37 pm
Forum: Installation & Upgrades
Topic: OpenEMM 6 for windows
Replies: 1
Views: 3910

OpenEMM 6 for windows

When will it be released?

Can I use the linux version as i only use the java (and python for sending/queuing mail) part ?
by ewobbuh
Mon Oct 27, 2008 9:39 am
Forum: Using OpenEMM
Topic: Scheduler
Replies: 3
Views: 5129

Modified again to only check mailings for every fifteen minutes. Next up, is to be able to send mailing with its own reoccurence. E.g. Mailing a every 10th day of any month, mailing b every 3rd day of the week., mailing c every 25th of december :-)
by ewobbuh
Thu Oct 23, 2008 11:50 am
Forum: Using OpenEMM
Topic: Scheduler
Replies: 3
Views: 5129

Never mind, i build it myself. Now i can specificly tell when to send a mailing on the minute. Perhaps modify it again a little to check only every fifteen minutes. Any suggestions for optimal performance?
by ewobbuh
Wed Oct 22, 2008 2:29 pm
Forum: Using OpenEMM
Topic: Scheduler
Replies: 3
Views: 5129

Scheduler

Hi there, I have a question concerning the scheduling of sending mailings. In the web-interface you can only send emails daily on a specific time (in hours). In the code in Ruler(Impl) i see there is only a check for the hours in the database. I can try to extend this to have it support any form of ...
by ewobbuh
Wed Oct 22, 2008 2:24 pm
Forum: Development
Topic: Extending webservices
Replies: 1
Views: 8097

Its open-source (Java) based, so ofcourse you can extend the webservice, i have :)