Page 1 of 1

Adding all users to mailing

Posted: Tue Aug 12, 2008 11:22 am
by kwadrat
how can I all users to one mailing? Do I have to tick every of them separately in their profiles to appropriate mailing list? Is it possible to mark them mass or all somehow?

Posted: Mon Aug 18, 2008 7:55 pm
by maschoff
Usually, you define the maillist binding at the time of the import of your addresses. The import wizard offers an explicit step for this task.

Posted: Wed Sep 03, 2008 12:26 am
by henry_shadowjet
ma's right, you usually assign all imported list into a mailing.

Given your situation right now, probably you would want to edit directly into the MySQL database. I believe the table's called "customer_1_binding_tbl", where you can bind customer_id (found in "customer_1_tbl") to a mailinglist_id (found in "mailinglist_tbl").

Anyway, use this way only if all other means are impossible.

Good luck