Search found 7 matches
- Wed Jul 15, 2009 1:47 pm
- Forum: Using OpenEMM
- Topic: Sometimes work sometimes not
- Replies: 3
- Views: 5174
Have you tried sending a testmail to yahoo from the same box running openemm? Maybe yahoo has blocked your IP because they think you are a spammer. A missing reputation of your mailserver can be a very big problem during the sending of a mailing. How many mails have you sent to yahoo email addresses?
- Wed Jul 15, 2009 9:27 am
- Forum: Using OpenEMM
- Topic: Increase MySQL performance for big lists
- Replies: 9
- Views: 12503
We have only changed a few tables to innodb. These are: customer_1_binding_tbl customer_1_tbl customer_1_tbl_seq mailtrack_tbl onepixel_log_tbl For the customer_1* tables it was necessary due to lock problems with our automatic recipient management. On the mailtrack_tbl and onepixel_log_tbl we got a...
- Tue Jul 07, 2009 10:00 pm
- Forum: Installation & Upgrades
- Topic: Error on first entry
- Replies: 1
- Views: 4826
- Tue Jul 07, 2009 9:38 pm
- Forum: Using OpenEMM
- Topic: [solved] defining target group with dynamic date
- Replies: 1
- Views: 3422
i found the following fix: http://sourceforge.net/tracker/?func=de ... tid=848488
after deploying on all servers, i can define target groups with date functions and the recipients are selected as expected.
after deploying on all servers, i can define target groups with date functions and the recipients are selected as expected.
- Tue Jul 07, 2009 9:30 pm
- Forum: Installation & Upgrades
- Topic: multiple instances of OpenEMM w/ one DB
- Replies: 2
- Views: 5382
- Thu Jun 25, 2009 9:45 am
- Forum: Using OpenEMM
- Topic: [solved] defining target group with dynamic date
- Replies: 1
- Views: 3422
[solved] defining target group with dynamic date
With this post is would like to request a feature for OpenEMM :) We have defined an additional field in the customer_1_tbl called login_date which contains the date of the last user login on our website. Now we want to define target groups based on this date. For example a special mailing for all us...
- Thu Jun 25, 2009 9:21 am
- Forum: Using OpenEMM
- Topic: Increase MySQL performance for big lists
- Replies: 9
- Views: 12503
performance tuning
we are currently using openemm with over 3 million recipients and up to two M recipients per Mailing. After sending a mailing with so many recipients, we had extrem performance problems with the open- and clicktracking. So our first step was to change the engine of onepixel_log_tbl to innodb and def...