Ravi Gohil (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-server/6.0-opw-50997-rgo into 
lp:openobject-server/6.0.

Requested reviews:
  Priyesh (OpenERP) (pso-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-server/6.0-opw-50997-rgo/+merge/85107

Hello Sir,

The BCC argument was not functioning correctly while sending mails using 
misc.email_send() method as it shows the BCC recipients Email-Id to "TO" and 
"CC" recipients.

This fixes the issue.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-server/6.0-opw-50997-rgo/+merge/85107
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-server/6.0-opw-50997-rgo.
=== modified file 'bin/tools/misc.py'
--- bin/tools/misc.py	2011-08-19 13:32:08 +0000
+++ bin/tools/misc.py	2011-12-09 11:14:23 +0000
@@ -530,8 +530,6 @@
     msg['To'] = COMMASPACE.join(email_to)
     if email_cc:
         msg['Cc'] = COMMASPACE.join(email_cc)
-    if email_bcc:
-        msg['Bcc'] = COMMASPACE.join(email_bcc)
     msg['Date'] = formatdate(localtime=True)
 
     msg['X-Priority'] = priorities.get(priority, '3 (Normal)')

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to