Re: EHLO error 554: what can it be?
Re: EHLO error 554: what can it be?
am 09.03.2010 05:46:24 von Kevin Kinsey
Andre Polykanine wrote:
> Hello everyone,
>
> I'm writing a class to send mail via an SMTP server with authorization.
> Everything seems to work but I get an EHLO error:
> 554 SMTP synchronization error
> Where should I look to avoid this?
> Thanks!
>
Be polite :-D
Make sure your class waits for the other server's greeting
before you send HELO/EHLO. ;-)
HTH,
Kevin Kinsey
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: EHLO error 554: what can it be?
am 09.03.2010 15:45:32 von Kevin Kinsey
Thilo Klein wrote:
> Kevin Kinsey schrieb:
>> Andre Polykanine wrote:
>>> Hello everyone,
>>>
>>> I'm writing a class to send mail via an SMTP server with authorization.
>>> Everything seems to work but I get an EHLO error:
>>> 554 SMTP synchronization error
>>> Where should I look to avoid this?
>>> Thanks!
>>>
>>
>>
>> Be polite :-D
>>
>> Make sure your class waits for the other server's greeting
>> before you send HELO/EHLO. ;-)
>>
>> HTH,
>>
>> Kevin Kinsey
>>
> He is polite. You are not.
>
I'm afraid that you've misinterpreted at the very least.
I'm not accusing him of being impolite, but saying that
what is probably happening is that his script is sending
HELO/EHLO before the receiving server sends its greeting.
I"m comparing that to talking when you should be listening,
which is impolite in general conversation, at least where
I live.
If Andre really thought I meant he was impolite, I apologize.
I did not. That is, incidentally, the reason there is a
"smiley" there.
Also, I have to beg this question: if I am impolite,
then why am I the only person who has attempted to
answer his question thus far? ;-)
KDK
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: EHLO error 554: what can it be?
am 09.03.2010 16:20:41 von Adam Richardson
--001636e0b9fa8c5b0004815fb956
Content-Type: text/plain; charset=ISO-8859-1
On Mon, Mar 8, 2010 at 11:46 PM, Kevin Kinsey wrote:
> Andre Polykanine wrote:
>
>> Hello everyone,
>>
>> I'm writing a class to send mail via an SMTP server with authorization.
>> Everything seems to work but I get an EHLO error:
>> 554 SMTP synchronization error
>> Where should I look to avoid this?
>> Thanks!
>>
>>
>
> Be polite :-D
>
> Make sure your class waits for the other server's greeting
> before you send HELO/EHLO. ;-)
>
> HTH,
>
> Kevin Kinsey
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
I learned something and chuckled at the same time. Thanks for the info,
Kevin.
Adam
--
Nephtali: PHP web framework that functions beautifully
http://nephtaliproject.com
--001636e0b9fa8c5b0004815fb956--
Re[2]: EHLO error 554: what can it be?
am 09.03.2010 16:49:45 von Andre Polykanine
Hello Kevin and all,
Sorry Kevin, How do I do that? Excuse me if it's a stupid
question...( the only way I know is to set the timeout on
the fsockopen function (the fifth parameter). I set it even
to 60 but no change...
Thanks a lot!
--
With best regards from Ukraine,
Andre
Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @ jabber.org
Yahoo! messenger: andre.polykanine; ICQ: 191749952
Twitter: m_elensule
----- Original message -----
From: Kevin Kinsey
To: Andre Polykanine
Date: Tuesday, March 9, 2010, 6:46:24 AM
Subject: [PHP] EHLO error 554: what can it be?
Andre Polykanine wrote:
> Hello everyone,
>
> I'm writing a class to send mail via an SMTP server with authorization.
> Everything seems to work but I get an EHLO error:
> 554 SMTP synchronization error
> Where should I look to avoid this?
> Thanks!
>
Be polite :-D
Make sure your class waits for the other server's greeting
before you send HELO/EHLO. ;-)
HTH,
Kevin Kinsey
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
RE: Re[2]: EHLO error 554: what can it be?
am 09.03.2010 17:32:37 von Bob McConnell
After you open the socket, you first need to read from it to receive the
welcome message. After you verify the contents of that message, then
send the hello and wait for the response from it.
Bob McConnell
-----Original Message-----
From: Andre Polykanine [mailto:andre@oire.org]=20
Sent: Tuesday, March 09, 2010 10:50 AM
To: Kevin Kinsey
Cc: Php general list
Subject: Re[2]: [PHP] EHLO error 554: what can it be?
Hello Kevin and all,
Sorry Kevin, How do I do that? Excuse me if it's a stupid
question...( the only way I know is to set the timeout on
the fsockopen function (the fifth parameter). I set it even
to 60 but no change...
Thanks a lot!
--=20
With best regards from Ukraine,
Andre
Skype: Francophile; Wlm&MSN: arthaelon @ yandex.ru; Jabber: arthaelon @
jabber.org
Yahoo! messenger: andre.polykanine; ICQ: 191749952
Twitter: m_elensule
----- Original message -----
From: Kevin Kinsey
To: Andre Polykanine
Date: Tuesday, March 9, 2010, 6:46:24 AM
Subject: [PHP] EHLO error 554: what can it be?
Andre Polykanine wrote:
> Hello everyone,
>=20
> I'm writing a class to send mail via an SMTP server with
authorization.
> Everything seems to work but I get an EHLO error:
> 554 SMTP synchronization error
> Where should I look to avoid this?
> Thanks!
>=20
Be polite :-D
Make sure your class waits for the other server's greeting
before you send HELO/EHLO. ;-)
HTH,
Kevin Kinsey
--=20
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php