We have two servers sending out emails via SMTP.
One is a scanner/copier that sends out scans as PDF attachments.
The other is our web server running IIS and sending out emails using CDONTS under ASP.
Everyone receives these emails OK except for one customer. After talking with their IT department we tried everything, whitelisting our domain, the sending IP address, etc., etc.
Finally they found this in their log for the emails our servers are sending:
The Return Path (MAIL FROM:) is malformed or too long SMTP Log File: SNDR=ESYNTAX
They are starting to think that it is our problem but I just don't see it that way since they are the only ones not receiving our emails. And it's not how we're sending them because the copier/scanner sends them out one way and the ASP intranet apps send them out another way.
I've concluded that the problem is on their end but I just want to ask if anyone has come across this before and if so how they went about debugging and/or solving this problem.
We are not getting bounce-back messages.