Search found 19 matches

by dreamy
Tue Aug 11, 2015 1:03 pm
Forum: Using OpenEMM
Topic: How to display all emailadress which has open within x days
Replies: 9
Views: 9191

Re: How to display all emailadress which has open within x d

Thanks, could you please tell me whether the DateTool is installed or not.

I have tried:

$ScriptHelper.println("Today: $date")

Prints: Today: $date


In your action script doc you use:

$BindingEntry.setChangeDate(java.util.Date date)

java.util.Date date should give back the time stamp, but ...
by dreamy
Sat Aug 08, 2015 7:58 pm
Forum: Using OpenEMM
Topic: How to display all emailadress which has open within x days
Replies: 9
Views: 9191

Re: How to display all emailadress which has open within x d

If you mean "OpenEMM-ScriptActions_Documentation_1.7.pdf", yes, or is there an other document?


long zeit = date.getTime();

Did not this mean to store the date in a variable "zeit" of type long? I am not firm with Java, mostly I coding PHP so I am a littlebit confused with the "$" in the ...
by dreamy
Sat Aug 08, 2015 12:20 pm
Forum: Using OpenEMM
Topic: How to display all emailadress which has open within x days
Replies: 9
Views: 9191

Re: How to display all emailadress which has open within x d

Hello,

thanks, but I still have problems. I like to write an own action script which set my field to current time. So I found this http://forum.openemm.org/using-openemm-f3/topic2483.html and tried to change it.

My code:

$ScriptHelper.println("---------------START----------------")

$Customer ...
by dreamy
Thu Aug 06, 2015 9:28 am
Forum: Using OpenEMM
Topic: How to display all emailadress which has open within x days
Replies: 9
Views: 9191

Re: How to display all emailadress which has open within x d

Thank you for your answere. Could you please tell me how I set the current timestamp? I have added an action to modify the field. In the drop down menu there are +, - and = and a text Box. I habe tried to insert [agnDATE], but this won't work.
by dreamy
Tue Jul 07, 2015 6:12 pm
Forum: Installation & Upgrades
Topic: Upgrade from 2011 to 2015 fails
Replies: 1
Views: 3691

Upgrade from 2011 to 2015 fails

Hello,

unfortunatly my Upgrade from v2011 to v2015 fails with the error: Unable to create new directory

I have tried the Bugfix #17 but it would fix my problem.

I like to upgrade to lastes version cause I need to transfer the data to a new Server. Would it be possible to install v2015 on the new ...
by dreamy
Mon Mar 16, 2015 8:20 pm
Forum: Using OpenEMM
Topic: How to display all emailadress which has open within x days
Replies: 9
Views: 9191

How to display all emailadress which has open within x days

Hello,

is there a way to display all emailadresses which has open a newsletter within x days (lets say the last 14 days)?

Thanks!
by dreamy
Sun Apr 13, 2014 8:15 pm
Forum: Using OpenEMM
Topic: cataline.out is 26 GB lage
Replies: 1
Views: 2847

cataline.out is 26 GB lage

Hi,

as my diskspace runs out I start to look for lage files and found that catalina.out is about 26 GB lage. I using still OpenEMM 2011 since 2012 and I am wondering my self if it is normal, that this file is so large.

How could I compress it, or could I delet it?

Thanks!
by dreamy
Sat Jan 04, 2014 12:52 pm
Forum: Using OpenEMM
Topic: Public Newsletterarchive
Replies: 4
Views: 5721

Re: Public Newsletterarchive

I like to improve this a little bit and need help.

The script will display all newsletters, those who are sent and even those who wasn't sent until now. Is theres a IF clause to evaluate if the newsletter was sent?

I put the date of publishing with the DYN-Tag [agnDATE] to each newsletter. For ...
by dreamy
Mon Apr 01, 2013 6:28 pm
Forum: Using OpenEMM
Topic: Public Newsletterarchive
Replies: 4
Views: 5721

Re: Public Newsletterarchive

Code: Select all

It works!
:mrgreen:

Thanks for this great How-To!
by dreamy
Wed Mar 27, 2013 10:32 am
Forum: Using OpenEMM
Topic: Public Newsletterarchive
Replies: 4
Views: 5721

Public Newsletterarchive

Hi,

is there a way to publish sended newsletter on a homepage? I looking for a solution to make a public newsletter archive.

Thanks!
by dreamy
Wed Nov 28, 2012 7:33 am
Forum: Installation & Upgrades
Topic: Problems at building from source at Debain 64bit
Replies: 3
Views: 3688

Re: Problems at building from source at Debain 64bit

It works, but I am not sure that the bounce system runs correctly.
by dreamy
Wed Sep 05, 2012 12:35 pm
Forum: Using OpenEMM
Topic: How does Sites & Actions Work
Replies: 1
Views: 1886

How does Sites & Actions Work

Hello,

at Sites & Actions I could fit my html forms, but how does it works? Are these form stored at my server?
I could not find the form.do/ form.jsp??
How does the url looks like of my forms?


Thank you!
by dreamy
Wed Sep 05, 2012 11:43 am
Forum: Bounce Management
Topic: Bounces wont count
Replies: 7
Views: 13212

Re: Bounces wont count

Any Idear??
by dreamy
Mon Sep 03, 2012 8:04 am
Forum: Bounce Management
Topic: Bounces wont count
Replies: 7
Views: 13212

Re: Bounces wont count

Hello,

I have found this Python-Script and tested the connection to MySql:


#!/usr/bin/python
import sys
import MySQLdb

my_host = "localhost"
my_user = "user"
my_pass = "password"
my_db = "test_db"

try:
db = MySQLdb.connect(host=my_host, user=my_user, passwd=my_pass, db=my_db)
except MySQLdb ...
by dreamy
Mon Sep 03, 2012 7:16 am
Forum: Bounce Management
Topic: Bounces wont count
Replies: 7
Views: 13212

Re: Bounces wont count

Thank you!

Here is a Mail send from root@news.my-domain.net to notexist@my-other-domain.com


Date: Mon, 3 Sep 2012 07:52:24 +0200
From: Mail Delivery Subsystem <MAILER-DAEMON>
To: root@my-domain.net
Subject: Returned mail: see transcript for details

[-- Attachment #1 --]
[-- Type: text/plain ...