Carlos Corredor writes: > My question: I want to do a Mass Subscription, but would like to include > First Name and Last Name in each record. I could not find anywhere how to do > this. Is it possible? If so, how?
Use the format First Last <[EMAIL PROTECTED]> If there are non-letters in the name (period, comma are common) you may need to put quotes around it: "First M. Last" <[EMAIL PROTECTED]> but actually I think Mailman is smart enough to do that for you. ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
