Opened 12 years ago
Last modified 12 years ago
#222 new defect
Mail merge script doesn't handle names with commas
Reported by: | kchen | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sometime |
Component: | Default | Version: | |
Keywords: | Cc: | ||
Size: | default |
Description
The mail merge script has issues with commas in group names:
To: Alpha.Phi.Omega@…, Alpha Chi Chapter of <apo-exec@…>
To: Assassins'.Guild@…, MIT <high-council@…>
Note: See
TracTickets for help on using
tickets.
Using a library to handle this might be helpful. (I've looked into this recently for Perl and used Email::Simple and Email::Address.)