We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 field is ignored and instead is being included into main recipients email headers.
Not sure if the problem is in this library or in mime-mail package. Posted bug there too.
The text was updated successfully, but these errors were encountered:
I tested with sendmail functions from mime-mail package, and bcc works correctly. So the problem is in smtp-mail package.
Sorry, something went wrong.
I encountered a similar issue, with cc and bcc failing. Fortunately this package: http://hackage.haskell.org/package/HaskellNet-0.5/docs/Network-HaskellNet-SMTP.html does work as expected, and in my case it was an easy switch to make (see particularly sendMimeMail2).
sendMimeMail2
Merge pull request jhickner#14 from haskell-github-trust/update_flake…
fef72c0
…_lock_action flake.lock: Update
No branches or pull requests
bcc field is ignored and instead is being included into main recipients email headers.
Not sure if the problem is in this library or in mime-mail package. Posted bug there too.
The text was updated successfully, but these errors were encountered: