controller_admin_mailinglist

This controller shows the mailing lists that are available in the system.

For each list, it shows the number of recipients and the title. Clicking a list shows its recipients with controller#controller_admin_mailinglist_recipients.

Handled events

  • mailinglist_delete_confirm opens the deletion confirmation dialog.
  • mailinglist_delete deletes the selected mailing list and removes it from the overview.

Edit on GitHub