PHP Classes

Server deny the message, using smtp_message_class

Recommend this page to a friend!

      MIME E-mail message sending  >  MIME E-mail message sending package blog  >  How Can PHP Send Emai...  >  All threads  >  Server deny the message, using...  >  (Un) Subscribe thread alerts  
Subject:Server deny the message, using...
Summary:Some servers (Yahoo!, Hotmail for example), denny the message
Messages:6
Author:Maximiliano Nunes Catarino
Date:2007-07-11 21:46:04
Update:2007-07-18 02:23:09
 

  1. Server deny the message, using...   Reply   Report abuse  
Picture of Maximiliano Nunes Catarino Maximiliano Nunes Catarino - 2007-07-11 21:46:04
I'm using smtp_message_class in a Linux server. All test messages where send, but Yahoo! and Hotmail denny receive the message. Gmail and my host in Brazil received the messenge without problem.

I saw in message header in my webmail "Received: from unknown (IP)". I guess this is why the servers denny. Someone can told me why this is happening?

I setup From, Reply-To, Return-Path and Errors-To headers. I'm missing something?

Sorry for the bad english!

  2. Re: Server deny the message, using...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-07-12 00:44:27 - In reply to message 1 from Maximiliano Nunes Catarino
It seems your SMTP server lacks of reverse DNS entry. If you tell me what is the IP you are using, I can check if that is the problem.

  3. Re: Server deny the message, using...   Reply   Report abuse  
Picture of Maximiliano Nunes Catarino Maximiliano Nunes Catarino - 2007-07-16 12:55:08 - In reply to message 2 from Manuel Lemos
The IP is 209.200.226.93.

Thanks Manuel!

  4. Re: Server deny the message, using...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-07-16 14:16:37 - In reply to message 3 from Maximiliano Nunes Catarino
It seems the problem is that IP reverse record points to the domain ds00326.lunarpages.com, but that domain does not point to the IP. You need to contact the owner of that network to fix the problem.

dnsstuff.com/tools/ptr.ch?ip=209.20 ...

  5. Re: Server deny the message, using...   Reply   Report abuse  
Picture of Maximiliano Nunes Catarino Maximiliano Nunes Catarino - 2007-07-16 15:11:59 - In reply to message 4 from Manuel Lemos
Thanks a lot for fast reply.

Just one more thing, for some reason the class are puting 3D before all "=". Example: <link href=3D"../../css/principal.css" rel=3D"stylesheet" type=3D"text/css"= />

  6. Re: Server deny the message, using...   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2007-07-18 02:23:09 - In reply to message 5 from Maximiliano Nunes Catarino
That is quoted-printable escaping. It is necessary to escape 8 bit characters. Since = is used to escape all characters, it must also be escaped.