Make mass-mailto link use Bcc
authorAdam Chlipala <adamc@hcoop.net>
Sat, 19 Jan 2008 21:36:25 +0000 (21:36 +0000)
committerAdam Chlipala <adamc@hcoop.net>
Sat, 19 Jan 2008 21:36:25 +0000 (21:36 +0000)
contact/contact.sml

index 4b67641..ef787f3 100644 (file)
@@ -63,7 +63,7 @@ fun main _ =
     in
        print "<html><head><title>HCoop Emergency Contact Information</title></head><body><h1>HCoop Emergency Contact Information</h1>\n";
 
-       print "<h2><a href=\"mailto:";
+       print "<h2><a href=\"mailto:?Bcc=";
        print (String.concatWith "," (allEmails ()));
        print "\">E-mail everyone (off-HCoop addresses)</a></h2>\n\n";