Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible to set BCC/header parsing to create mto variable in send() fails in general #1

Open
do3cc opened this issue Jan 22, 2015 · 1 comment
Labels

Comments

@do3cc
Copy link
Member

do3cc commented Jan 22, 2015

If one uses the send() method with the variable mto set, the BCC header field is silently discarded.
If mone does not set the variable mto, mungeHeaders tries to extract the recipients by iterating over the header fields to cc and bcc.
https://github.com/zopefoundation/Products.MailHost/blob/master/src/Products/MailHost/MailHost.py#L445
This fails because get_all returns Header objects or something and the code here expects strings.

@do3cc do3cc added the bug label Jan 22, 2015
@ale-rt
Copy link
Member

ale-rt commented Dec 2, 2019

Valid also for CC headers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants