Commit: 4106dffc6aef62b2e092fdbe80d7f4f6a8766678 Author: Sara Golemon <[email protected]> Tue, 16 Jul 2019 22:35:54 -0400 Parents: 47f8ecc68811b3f1b3833dcac845b7b8130e8e4a Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4106dffc6aef62b2e092fdbe80d7f4f6a8766678 Log: Document email based subscription Changed paths: M mailing-lists.php Diff: diff --git a/mailing-lists.php b/mailing-lists.php index af557b4..9da2e78 100644 --- a/mailing-lists.php +++ b/mailing-lists.php @@ -362,6 +362,17 @@ function output_lists_table($mailing_lists) archives. </p> +<h2>Subscribe via Email</h2> + +<p> + If you experience trouble subscribing via the form above, you may also + subscribe by sending an email to the list server. + To subscribe to any mailing list, send an email to + <code><em>listname</em>[email protected]</code> + (substituting the name of the list for <code><em>listname</em></code> + — for example, <code>[email protected]</code>). +</p> + <h2>Mailing list options</h2> <p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
