Link is broken.maschoff wrote:You can find more information on the OpenEMM database schema here:
http://www.openemm.org/fileadmin/docs/O ... le-Doc.txt
Search found 9 matches
- Thu Apr 18, 2013 10:07 pm
- Forum: Using OpenEMM
- Topic: open-rate statistics
- Replies: 9
- Views: 12777
Re:
- Thu Apr 18, 2013 9:45 pm
- Forum: Using OpenEMM
- Topic: Tracking accurate.
- Replies: 5
- Views: 5774
Re: Tracking accurate.
Which database table? This would sometimes be useful. Okay, I figured it out. Here it is. select cust.email from onepixel_log_tbl onepix, customer_1_tbl cust where onepix.mailing_id=34 and cust.customer_id=onepix.customer_id order by cust.email; Note that the mailing id needs to be set to your maili...
- Wed Feb 06, 2013 10:24 am
- Forum: Installation & Upgrades
- Topic: domainkey
- Replies: 29
- Views: 55208
Re: domainkey
Well, are there any examples, how-to's, documentation on how to do it?
- Tue Feb 05, 2013 10:23 am
- Forum: Using OpenEMM
- Topic: Did anyone get DKIM to work with OpenEMM by now?
- Replies: 2
- Views: 4397
Re: Did anyone get DKIM to work with OpenEMM by now?
I also am interested in getting DKIM working with OpenEMM. Now that OpenEMM 2013 is here. I think my preference would be to use the dkim-milter in the system sendmail. Will that work? I might end up using Amazon's SES *anyway* which will DKIM messages. But, really, I'd rather like to have this worki...
- Sat May 26, 2012 11:05 am
- Forum: Installation & Upgrades
- Topic: domainkey
- Replies: 29
- Views: 55208
Re: domainkey
Hi, maschoff,
Is this extension mechanism in OpenEMM 2011 or otherwise available, and if so, is there an example of using it with DKIM?
Also, does using the extension mean you lose the advantages of sending directly through sendmail?
Thanks.
Liam
Is this extension mechanism in OpenEMM 2011 or otherwise available, and if so, is there an example of using it with DKIM?
Also, does using the extension mean you lose the advantages of sending directly through sendmail?
Thanks.
Liam
- Sat May 26, 2012 10:44 am
- Forum: Using OpenEMM
- Topic: Form not found -- Unsubscribe error
- Replies: 2
- Views: 4883
Form not found -- Unsubscribe error
I'm trying to get the unsubscribe functionality working. I've spent hours getting to this point! (Two things I had to figure out: ##AGNUID## does not work, you have to use [agnUID] as below, and you need to make sure there is an '&' chacter before the first http var, so "form.do? & agnF...
- Tue Jan 08, 2008 4:40 pm
- Forum: Miscellaneous
- Topic: Openemm on tomcat anyone?
- Replies: 7
- Views: 24963
Adding and Removing
I'm a little confused... how do you add log4j and remove it at the same time?
Do you have an example web.xml you could post?
Do you have an example web.xml you could post?
- Mon Jan 07, 2008 8:54 pm
- Forum: Miscellaneous
- Topic: Openemm on tomcat anyone?
- Replies: 7
- Views: 24963
Any more info?
Any more information on getting OpenEMM running on Tomcat?
- Mon Oct 22, 2007 8:58 pm
- Forum: Installation & Upgrades
- Topic: Questions: SSL, ports 8080, 8081
- Replies: 0
- Views: 8112
Questions: SSL, ports 8080, 8081
I have installed OpenEMM 5.3.0-1 and the installation went pretty smoothly. It is running on a Xen/CentoOS5 VM. Yay! Can't wait to start using it. I have some questions: 1. How can I run the interface over a secure connection so passwords don't get sniffed? 2. I have another java web app I want to r...