----------------
- Use ',' as an email header field separator rather than ';' when multiple
values are in the same header (as per RFC822).
- Allow lists of recipient emails to be tuples or lists (previously it was
just lists).
- Don't include ``Bcc`` header in mail messages (breaks secrecy of BCC).
See https://github.com/Pylons/pyramid_mailer/pull/10