[Gambas-user] Send mail with smtp

Benoît Minisini gambas at ...1...
Tue Mar 23 22:28:48 CET 2010


> -----Mensaje original-----
> De: Toni <arosa at ...2168...>
> Reply-to: arosa at ...2168..., mailing list for gambas users
> <gambas-user at lists.sourceforge.net>
> Para: mailing list for gambas users <gambas-user at lists.sourceforge.net>
> Asunto: Re: [Gambas-user] Send mail with smtp
> Fecha: Tue, 23 Mar 2010 21:26:01 +0100 (Hora estndar romance)
> 
> <<Hello,
> <<Once, I came across an #575 smtp error, and it was due to the server
> <<requiring a secure smtp connection to the port 587 instead to a
> plain-text
> <<connection to the port 25... So, are you sure that you can use the
> data
> <<provided to gambas gb.net.smtp component to properly send messages
> from an
> <<email client?
> 
> The remote server requires password, but gb.smtp has no smtp.password.
> How do I authenticate to the remote server?
> 
> regards

It is a pending problem that does not have a good solution at the moment: the 
gb.net.smtp component has no support for any authentication.

I can't add it, because I don't know how to do it. So I should rewrite the 
component to use a library that know how to authenticate, like libesmtp. But 
that library has no MIME attachment support, so I have to do it myself. 

Not something that can be done in five minutes... Unless someone knows a 
library that can do SMTP with authentication *with* MIME attachment 
management!

-- 
Benoît Minisini




More information about the User mailing list