PHP Classes

Error - send HELO/EHLO first

Recommend this page to a friend!

      PHP Delayed Email class  >  All threads  >  Error - send HELO/EHLO first  >  (Un) Subscribe thread alerts  
Subject:Error - send HELO/EHLO first
Summary:Receiving an error message when executing runner
Messages:2
Author:Simon Stapleton
Date:2018-04-10 17:37:07
 

  1. Error - send HELO/EHLO first   Reply   Report abuse  
Picture of Simon Stapleton Simon Stapleton - 2018-04-10 17:37:07
Hi - this class appears to do what I need, but I am seeing an error when sending the email.

- checking for files in tmp/delivery ...
- 1 file(s) found.
* error: 503 5.5.1 Error: send HELO/EHLO first

I am using standard SMTP port 25 and no TLS is required. Have you seen this before?

Thanks

  2. Re: Error - send HELO/EHLO first   Reply   Report abuse  
Picture of Eustaquio Rangel de Oliveira Jr. Eustaquio Rangel de Oliveira Jr. - 2018-04-10 19:25:59 - In reply to message 1 from Simon Stapleton
Hey, no, I never saw that message.

The EHLO is sent just after opening the connection. Can you get the most recent code here

github.com/taq/delayedmail

and check if it works? If not, please open an issue there.

Thanks!