Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-3379

Email sending process using one connection for To/CC/BCC causing issues

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Reopened
    • Major
    • Resolution: Unresolved
    • Release Branch 09.04, Trunk, Upcoming Branch
    • None
    • framework
    • None
    • Bug Crush Event - 21/2/2015

    Description

      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.

      Attachments

        1. OFBIZ-3379.patch
          5 kB
          Pranay Pandey
        2. OFBIZ-3379.patch
          8 kB
          Scott Gray
        3. OFBIZ-3379.patch
          9 kB
          Scott Gray
        4. OFBIZ-3379-2.patch
          4 kB
          Scott Gray

        Issue Links

          Activity

            People

              lektran Scott Gray
              pandeypranay Pranay Pandey
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: