Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Groups IO and wordpress
On Tue, Jan 1, 2019 at 06:09 AM, Mark wrote:
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 |
to navigate to use esc to dismiss