[FIX] crm: Use the email and not the name for the From and To header,
authorStephane Wirtel <stephane@openerp.com>
Thu, 19 Aug 2010 16:28:22 +0000 (18:28 +0200)
committerStephane Wirtel <stephane@openerp.com>
Thu, 19 Aug 2010 16:28:22 +0000 (18:28 +0200)
commit77c6be308100b69f6d9b83a1d43a236a32ad0b06
treea896d693427227300e21115cea4f72897a3119ea
parentc2b346743214ee3e9cac1aefeb2b874c6d090634
[FIX] crm: Use the email and not the name for the From and To header,
    because there is a bug in the smtplib.sendmail function of python
    http://bugs.python.org/issue1050268
[FIX] crm: If the reply_to field is None, use an empty string to avoid
the allow_none message from the xmlrpc library

bzr revid: stephane@openerp.com-20100819162822-ez9chgz26n4gm124
addons/crm/wizard/crm_send_email.py