[jira] [Updated] (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2015-02-20 Thread Sharan Foga (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sharan Foga updated OFBIZ-3379: --- Sprint: Bug Crush Event - 21/2/2015 > Email sending process using one connection for To/CC/BCC causing

[jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2010-01-19 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-3379: -- Attachment: OFBIZ-3379-2.patch Pranay, if you get a chance could you please test this patch which addre

[jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2010-01-01 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-3379: -- Attachment: OFBIZ-3379.patch Updated patch for testing, prevents infinite recursion when the failure n

[jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-29 Thread Scott Gray (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray updated OFBIZ-3379: -- Attachment: OFBIZ-3379.patch Attaching a patch which generates a delivery failure notification which al

Re: [jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-28 Thread Tim Ruppert
Ruth - go try the use case mentioned below on any email client you can find and let me know the results. You will see: 1. That the From address gets an error receipt - something Scott has mentioned as what we need to do - and I agree. 2. That the BCC address ALWAYS gets the message What this p

Re: [jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-25 Thread Ruth Hoffman
Hi Tim: Please see my comments in line: Tim Ruppert wrote: I won't dispute that there needs to be something in the system that better allows you to see whether or not emails are able to be sent - but are you really saying that, as someone who's focusing on users, if you put your email address, th

Re: [jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-25 Thread Tim Ruppert
I won't dispute that there needs to be something in the system that better allows you to see whether or not emails are able to be sent - but are you really saying that, as someone who's focusing on users, if you put your email address, that you want to be notified on when orders are submitted, i

Re: [jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-25 Thread Ruth Hoffman
Hi Tim: Where does the specification say that the existing OFBiz implementation is wrong? Where does it say that a CC and/or BCC of an email should be sent using a separate "connection"? Regards, Ruth Find me on the web at http://www.myofbiz

Re: [jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-25 Thread Tim Ruppert
The email behavior is wrong by the simple specification of the way that the messages are supposed to be sent - this shouldn't even be disputed. We need to fix out email sender to work the same way that email is supposed to work - we can do whatever we want to with the CSR application - but thi

Re: [jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-25 Thread Ruth Hoffman
Hi Pranay: Perhaps you should change the way the CSR application works instead of changing the email behavior? Maybe you could add some status indicators and status event notifications (using a separate email) in the CSR application to track the success or failure of an email notification. Aft

Re: [jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-24 Thread Pranay Pandey
Hi Ruth, Thanks for looking into it and replying. I imagine a case where customer is asking for the status of his order to Company CSR as he was successful in placing an order from ecommerce application with a wrong email address, which was syntactically correct. But company didn't receive any

Re: [jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-24 Thread Ruth Hoffman
But, I would think in the normal business setting, if the original failed for some reason, you would not want to sent the BCC. Why send a copy if the original failed? Ruth Pranay Pandey (JIRA) wrote: [ https://issues.apache.org/jira/browse/OFBIZ-3379?page=com.atlassian.jira.plugin.system.

[jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-24 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranay Pandey updated OFBIZ-3379: - Description: Typically BCCs are handled via the sending mail client. That is, when the client se

[jira] Updated: (OFBIZ-3379) Email sending process using one connection for To/CC/BCC causing issues

2009-12-24 Thread Pranay Pandey (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranay Pandey updated OFBIZ-3379: - Attachment: OFBIZ-3379.patch Here is the patch for review. > Email sending process using one con