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

Bcc and other additional headers are sent #1065

Closed
cnd-jmu opened this issue Sep 5, 2017 · 1 comment
Closed

Bcc and other additional headers are sent #1065

cnd-jmu opened this issue Sep 5, 2017 · 1 comment
Labels

Comments

@cnd-jmu
Copy link

cnd-jmu commented Sep 5, 2017

I want to send HTML emails with additional attachments (Excel files).
For protocol purpose I want to send these emails to another address via Bcc.

Here are many headers inserted like Bcc, Message-Id and others, that don't belong there (as far as I know):

$out.=$str.$eol;

It seems the conditions at

if (!in_array($key,$reqd) &&
need to be revised and/or the $str should be removed at the line above.

As a current workaround I just removed the insertion:
$out.=/*$str.*/$eol;

ikkez added a commit to f3-factory/fatfree-core that referenced this issue Dec 31, 2017
@ikkez ikkez added the bug label Dec 31, 2017
@ikkez
Copy link
Collaborator

ikkez commented Dec 31, 2017

fixed

@ikkez ikkez closed this as completed Dec 31, 2017
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