Hi!!!
How to send email via smtp when the email server smtp use TSL autentication.
Above my rotine in gb2.8. Not send, freeze.

Any ideia????

Reguards,


PUBLIC SUB btMigra_Click()
    DIM hMsg AS NEW SmtpClient

    hMsg.To.Add("[EMAIL PROTECTED]")
    hMsg.Subject = "ERRO TESTE"
    hMsg.Add("e-mail body...")
    hMsg.From = "[EMAIL PROTECTED]"
    hMsg.Host = "smtp.ig.com.br"
    hMsg.Port = 465
    hMsg.Alternative = FALSE

    hMsg.Send()

END

---------------------------------------------------------------
    |||||/  Wellington de Souza Pinto
C o o ]  [EMAIL PROTECTED]
     ^
-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-
___________________________________________________________________________________
Para fazer uma ligação DDD pra perto ou pra longe, faz um 21. A Embratel tem
tarifas muito baratas esperando por você. Aproveite!


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to