but the test gmail.prg in contrib
runs perfectly without MT returns .T. very faster
but with MT returns .F. very slower

log smtp with error
20100514-09:29:31  :INETCONNECT( 
smtp.gmail.com, 465 )
>> <pointer> <<

20100514-09:29:31  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-09:29:41  :INETRECVLINE( 
<pointer>, , 512 )
>> NIL <<

20100514-09:29:41  :INETERRORCODE( <pointer> )
>>          0 <<

20100514-09:29:42  :INETSENDALL( <pointer>, 6, QUIT<cr><lf> )
>>          6 <<

20100514-09:29:42  :INETRECVLINE( <pointer>, , 512 )
>> 220 mx.google.com 
ESMTP 21sm1329732yxe.15 <<

20100514-09:29:42  :INETERRORCODE( <pointer> )
>>          0 <<

is there other way for send emails with html body in harbour ?

Regards,
Fernando Athayde




________________________________
De: Viktor Szakáts <harbour...@syenar.hu>
Para: Harbour Project Main Developer List. <harbour@harbour-project.org>
Enviadas: Sábado, 15 de Maio de 2010 8:41:07
Assunto: Re: [Harbour] tipclientsmtp problem with MT

Hi,

> yes the message come to the list.
> 
> I want to say that the code of sending mails with hbtip is far from
> perfect and not always follows SMTP protocol and best practices...
> 
> Anyway, to be short, try port 587 and not 465... I can't get a proper
> reply from their servers on 465 so the connection goes timeout (10
> seconds) and aborts... the strange thing is that you get the 220
> message after the QUIT...

It would be great of you could take a closer look at it.

ATM HB_SENDMAIL() is not working at one of my clients, 
but it works at others. The one failing is simple SMTP, 
no SSL or MT mode. HB_SENDMAIL() returns .F. Unfortunately 
I don't have logs. The build in question uses latest hbtip 
code.

Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour



      
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to