Re: [PHP] EHLO error 554: what can it be?
[email protected] (Kevin Kinsey)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
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