[
https://issues.apache.org/jira/browse/OFBIZ-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12794784#action_12794784
]
Tim Ruppert commented on OFBIZ-3379:
------------------------------------
Well, this doesn't solve the problem of the person who's on the BCC receiving
the message regardless of the To/Cc - which I've checked with a number of
different email programs and I ALWAYS get the BCC - even if the To and CC do
not. I also get the message that Scott's talking about as well. So, I'm down
with changing this to:
# Still sending it to the BCC person - since this is how all email sending
programs seem to work.
# AND doing what Scott suggested and sending a failure message to the From.
This is how all email clients seem to work - as well as the fact that it
improves the interface for the From message senders on all messages.
> Email sending process using one connection for To/CC/BCC causing issues
> -----------------------------------------------------------------------
>
> Key: OFBIZ-3379
> URL: https://issues.apache.org/jira/browse/OFBIZ-3379
> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: Release Branch 9.04, SVN trunk
> Reporter: Pranay Pandey
> Assignee: Tim Ruppert
> Fix For: Release Branch 9.04, SVN trunk
>
> Attachments: OFBIZ-3379.patch
>
>
> Typically BCCs are handled via the sending mail client. That is, when the
> client sees a BCC in an email, it will open up two connections to the mail
> server, the first for the To/CC fields, the second for BCC fields, this way
> the addresses are masked from the headers and there is that layer of
> anonymity that BCC is used for.
> What appears to be happening is that OFBiz is sending all of the information
> in one connection to the mail server and having the mail server sort out the
> details. So when sendTo encountering an invalid email, and then terminating
> the remaining execution of the outgoing process and no email sent to BCC
> address which is usually going to be a valid address from email settings for
> the company.
> To fix the issue, we need to send this via two connection to mail client.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.