Hi!
I am running 6.1.1 and I am trying to send emails using the "email_template"-Module. Emails are being sent using an internal Exchange-Server 2013.
To some destination-addresses (like gmail) emails are being delivered, to other's (like gmx) not:
SMTP error from remote mail server after HELO <OpenERP-Server-Name>:
host mx01.emig.gmx.net [213.165.67.115]: 501 Syntax error in parameters or arguments
------ This is a copy of the message, including all the headers. ------
------ The body of the message is 164659 characters long; only the first
------ 106496 or so are included here.
Return-path: <Sender Email>
Received: from localhost ([127.0.0.1] helo=localhost.localdomain)
by <OpenERP-Server-Name> with esmtp (Exim 4.72)
// <OpenERP-Server-Name> and <Sender Email> did contain values, I just anonymized it for this forum
Other Mailservers returned messages with "need fully-qualified hostname". So I think the messages are being rejected because of this: helo=localhost.localdomain. Unfortunately I don't know where I have to change these settings...