¿ªÔÆÌåÓý

Groups IO and wordpress


Mark
 

¿ªÔÆÌåÓý

Hello can anyone help

At the moment we are running mailman and using a plug in for wordpress ?where when someone signs up they get subscribed to our mailing list

And ?if they leave us they get unsubscribed ?

Is there anything like this for groups-IO

Mark.


 

On Tue, Jan 1, 2019 at 06:09 AM, Mark wrote:

At the moment we are running mailman and using a plug in for wordpress ?where when someone signs up they get subscribed to our mailing list

And ?if they leave us they get unsubscribed ?

Is there anything like this for groups-IO

If you are using a web form to collect information you can post an email from the subscriber's address to the group subscription address. Here is a script that I have tested and does work:

/*

<?php
? //if "email" variable is filled out, send email
if (isset($_REQUEST['email']))? {
? $from = $_REQUEST['email'];
? mail("[email protected]", "New subscription", "subscribe", "From: " . $from );
?>

*/

The subscriber will still have to separately respond to a confirmation email, to be sure they can receive groups.io messages. Something similar could be done when they unsubscribe.

Hope this helps,
Bruce
--
The system Help is your friend.??/static/help