Search found 3 matches
- Fri May 22, 2009 1:28 pm
- Forum: Using OpenEMM
- Topic: Problem with time based email
- Replies: 0
- Views: 3169
Problem with time based email
I created a timed email to be sent this morning but only 5,003 of the 27,081 emails generated have been sent. I have successfully sent more than 35,000 emails before using the Send Now feature and I am aware that the system typically sends around 5,000 emails every 1/2 an hour. Can anyone provide an...
- Fri Feb 27, 2009 5:08 pm
- Forum: Using OpenEMM
- Topic: User Registration Form - Dynamica Mailing List
- Replies: 0
- Views: 3337
User Registration Form - Dynamica Mailing List
I would like to create a registration form which allows a new customer to complete their email address, first name and last name and then select from a number of previously created mailing lists. Having read the forums I understand how to create the basic registration form and how to specify multipl...
- Fri Feb 27, 2009 4:26 pm
- Forum: Using OpenEMM
- Topic: Digging down to users - possible?
- Replies: 18
- Views: 27210
SQL to show who Clicked Through
select c.email, c.firstname, c.lastname,
l.ip_adr, l.change_date,
u.shortname
from rdir_log_tbl l,
rdir_url_tbl u,
customer_1_tbl c
where l.url_id = u.url_id
and l.customer_id = c.customer_id;
l.ip_adr, l.change_date,
u.shortname
from rdir_log_tbl l,
rdir_url_tbl u,
customer_1_tbl c
where l.url_id = u.url_id
and l.customer_id = c.customer_id;