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

Client does not handle CC or BCC #20

Open
AGhost-7 opened this issue May 9, 2017 · 1 comment
Open

Client does not handle CC or BCC #20

AGhost-7 opened this issue May 9, 2017 · 1 comment

Comments

@AGhost-7
Copy link

AGhost-7 commented May 9, 2017

I am trying to use this command line utility to send emails with some recipients cc'd and bcc'd. The client does set the headers properly but it only sends the email to the from recipient as far as I can tell. Here's an example:

mhsendmail --smtp-addr='app:9000' --from=from@localhost <<BODY
From: from@localhost
To: to@localhost
CC: cc@localhost
BCC: bcc@locahost

Example
BODY

I am only seeing one RCPT TO from tcpflow when I run this.

@elieux
Copy link

elieux commented Nov 13, 2018

Just want to mention that the Bcc header should also be stripped from the message before sending it, see the description of -t of sendmail.

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

No branches or pull requests

2 participants