I cannot get OpenERP to send mails. In the log I get the following:
2013-11-14 16:13:46,727 7797 ERROR OPENERP7 openerp.addons.base.ir.ir_mail_server: Mail delivery failed via SMTP server 'localhost'. SMTPSenderRefused: 501 5.1.7 Bad sender address syntax username@mailserverIP Traceback (most recent call last): File "/var/packages/OpenERP7.x/target/openerp/addons/base/ir/ir_mail_server.py", line 460, in send_email smtp.sendmail(smtp_from, smtp_to_list, message.as_string()) File "/usr/local/lib/python2.7/smtplib.py", line 722, in sendmail raise SMTPSenderRefused(code, resp, from_addr)
It seems that OpenERP is using the user's alias username@mailserverIP instead of the correct username configured in Settings > Email > Outgoing Mail Servers
Any ideas how to fix this?
Did you configure outgoing mail server?
yes and the Test Connection was successful