So, I recently setup a pipedrive account (it’s a CRM type of system). It has the option of synchronizing with your email account, which is useful since I can then communicate with users with all the relevant information at hand.
While the syncing of the inbox works great, sending an email through their interface doesn’t work (I get a generic error like ‘sorry, couldn’t send your email’).
I’ve contacted their support, and they’re reporting the following error:
550 Bad HELO - Host impersonating hostname [echo.mxrouting.net]
Unfortunately, they’re so far unable to tell me the command they’re sending, just that they get this error.
I tried to reproduce the error using a telnet session, and I get this exact same error if I send the following:
HELO echo.mxrouting.net
which makes sense to me, since the HELO should identify the initiating server, not my SMTP server, right?
Now to my questions:
- Are there other ways to trigger this error?
- Is there something I can do to fix this on my end (if pipedrive can’t/won’t change things on their end I mean)?
Any help or pointers are greatly appreciated!
PS Regular email sending using my email client has been fine for over a year and is still doing fine. So, I think it’s about how pipedrive is trying to send the email