phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] E-mail sending via the regular email client


From: Chris Weiss
Subject: Re: [Phpgroupware-users] E-mail sending via the regular email client
Date: Sun, 28 Jul 2002 15:28:33 +0000

hm, old smtp server? EHLO is the ESMTP HELO.

Try this: edit email/inc/class.mail_send.inc.php search for EHLO and replace
with HELO.  If that works, then maybe some fall back is need.  Or check the
greet line for ESMTP before sending any ESMTP commands.

My server greets with
220 penguin.free-source.com ESMTP Postfix
where yours is
220 cncs.myserver.org SMTP daemon ready.


Nate Mollring (address@hidden) wrote*:
>
>Since I can't get the Felamimail Client to read attachments using internet
>explorer, I've been trying to use the regular email client.  It refuses to
>send correctly:
>
>Array
>(
>    [code] => 500
>    [msg] => Syntax Error, command unrecognized
>
>    [desc] =>
>    [server_chat] =>
>c->s: fsockopen(mail.cennecs.org,25,0,,5) ; returned: Resource id #20
>s->c: 220 cncs.myserver.org SMTP daemon ready.
>c->s: EHLO www.myserver.org
>s->c: 500 Syntax Error, command unrecognized
>
>Felamimail will send correctly.
>thanks,
>Nate
>
>
>
>
>_______________________________________________
>Phpgroupware-users mailing list
>address@hidden
>http://mail.gnu.org/mailman/listinfo/phpgroupware-users
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]