Hi there, I’m a newbie . I’ve a problem with my phplist installation, when an user tries to subscribe to the newsletter (even if is a confirmed user), phplist re-sends the confirmation email without checking if the user is already subscribed or without giving a delay. I’m afraid that someone could use this to generate spam. Is there a way to change that in the config or config_extended php files?
@JCM There isn’t any throttling of subscription confirmation emails.
You can try adding this setting to config.php which will stop someone subscribing who is already subscribed
define('SILENT_RESUBSCRIBE',false);
1 Like