In fact, the mail reception in CRM loads correctly.
I have just a problem for the mail sending ( and only in the CRM).
When I click on the button "Send Partner & Historize", I have this error :
with smtp yahoo settings :
Code:
[2010-02-26 10:32:04,972] ERROR:email_send:[01]:
[2010-02-26 10:32:04,973] ERROR:email_send:[02]: Environment Information :
[2010-02-26 10:32:04,974] ERROR:email_send:[03]: System : Linux-2.6.24-27-generic-i686-with-debian-lenny-sid
[2010-02-26 10:32:04,974] ERROR:email_send:[04]: OS Name : posix
[2010-02-26 10:32:04,975] ERROR:email_send:[05]: Distributor ID: Ubuntu
[2010-02-26 10:32:04,975] ERROR:email_send:[06]: Description: Ubuntu 8.04.4 LTS
[2010-02-26 10:32:04,975] ERROR:email_send:[07]: Release: 8.04
[2010-02-26 10:32:04,976] ERROR:email_send:[08]: Codename: hardy
[2010-02-26 10:32:04,976] ERROR:email_send:[09]: Operating System Release : 2.6.24-27-generic
[2010-02-26 10:32:04,977] ERROR:email_send:[10]: Operating System Version : #1 SMP Wed Jan 27 23:54:28 UTC 2010
[2010-02-26 10:32:04,977] ERROR:email_send:[11]: Operating System Architecture : 32bit
[2010-02-26 10:32:04,977] ERROR:email_send:[12]: Operating System Locale : fr_FR.UTF8
[2010-02-26 10:32:04,978] ERROR:email_send:[13]: Python Version : 2.5.2
[2010-02-26 10:32:04,978] ERROR:email_send:[14]: OpenERP-Server Version : 5.0.6
[2010-02-26 10:32:04,978] ERROR:email_send:[15]: Last revision No. & ID :
[2010-02-26 10:32:04,979] ERROR:email_send:[16]:
or
with smtp gmail settings :
Code:
[2010-02-26 10:32:04,972] ERROR:email_send:[01]:
[2010-02-26 10:32:04,973] ERROR:email_send:[02]: Environment Information :
[2010-02-26 10:32:04,974] ERROR:email_send:[03]: System : Linux-2.6.24-27-generic-i686-with-debian-lenny-sid
[2010-02-26 10:32:04,974] ERROR:email_send:[04]: OS Name : posix
[2010-02-26 10:32:04,975] ERROR:email_send:[05]: Distributor ID: Ubuntu
[2010-02-26 10:32:04,975] ERROR:email_send:[06]: Description: Ubuntu 8.04.4 LTS
[2010-02-26 10:32:04,975] ERROR:email_send:[07]: Release: 8.04
[2010-02-26 10:32:04,976] ERROR:email_send:[08]: Codename: hardy
[2010-02-26 10:32:04,976] ERROR:email_send:[09]: Operating System Release : 2.6.24-27-generic
[2010-02-26 10:32:04,977] ERROR:email_send:[10]: Operating System Version : #1 SMP Wed Jan 27 23:54:28 UTC 2010
[2010-02-26 10:32:04,977] ERROR:email_send:[11]: Operating System Architecture : 32bit
[2010-02-26 10:32:04,977] ERROR:email_send:[12]: Operating System Locale : fr_FR.UTF8
[2010-02-26 10:32:04,978] ERROR:email_send:[13]: Python Version : 2.5.2
[2010-02-26 10:32:04,978] ERROR:email_send:[14]: OpenERP-Server Version : 5.0.6
[2010-02-26 10:32:04,978] ERROR:email_send:[15]: Last revision No. & ID :
[2010-02-26 10:32:04,979] ERROR:email_send:[16]: SMTP AUTH extension not supported by server
I precise that the settings are notified corrects with the module smtpclient. When I send OpenERP Test Email, the mail is correctly sent.