Skip to content

Conversation

@Vzzbux
Copy link

@Vzzbux Vzzbux commented May 31, 2017

I needed a way to allow any subscriber of a list email the rest of the list. This seems to work okay.

New option added to list table (uses default old behaviour if it's not there).
Option added to list edit screen.
Not sure if the new column would be automatically added to existing installations... if not, this SQL would do it:

ALTER TABLE `phplist`.`phplist_submitByMailPlugin_list` 
ADD COLUMN `subscribers_can_send` TINYINT(4) NULL DEFAULT '0' AFTER `nameonly`;

…ssion list type behaviour).

Take setting from list table (or use default if it's not there)

Add Subscribers-can-email-list option to list edit screen
@arnoldle
Copy link
Owner

arnoldle commented May 31, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants