Hallo Christian,

okay, ich wollte erstmal nur die Verbindung per SSL absichern 
und das funktioniert mit GMX so:

 SMTPSocket_SSL.address = email_Data(5) //bei gmx mail.gmx.net
 SMTPSocket_SSL.port = val(email_Data(2)) //bei gmx Port: 465
    
 SMTPSocket_SSL.username = email_Data(3) //get username 
 SMTPSocket_SSL.password = email_Data(4)  //get password 
    
 SMTPSocket_SSL.Secure = true
 SMTPSocket_SSL.ConnectionType = SSLSocket.SSLv23
    
 Send_Mail_Content

Gruß
Klemens

Am 26.12.2013 um 15:43 schrieb Christian Schmitz 
<realbasicli...@monkeybreadsoftware.de>:

> 
> Am 26.12.2013 um 15:29 schrieb Klemens Klarhoelter <apple.t...@knetsoft.de>:
> 
>> Hi,
>> 
>> ich habe mehrere SMTP Secure Varianten ausprobiert, nur leider bekomme ich 
>> das nicht zum Laufen.
>> Hat einer ein lauffähiges SMTP Secure Beispiel für mich? Ich teste mit GMX.
> 
> So ein Zufall. ich sitze heute auch daran.
> 
>  SMTPSocket1.address = "smtprelaypool.ispgateway.de"
>  SMTPSocket1.port = 25
>  SMTPSocket1.username = "xxxx"
>  SMTPSocket1.password = "xxxx"
>  SMTPSocket1.CertificateFile = 
> SpecialFolder.Desktop.Child("smtprelaypool.cer")
>  SMTPSocket1.ConnectionType = SMTPSocket1.TLSv1
> 
> so geht es bei mir mit Domainfactory.
> 
> Gruß
> Christian
> 
> -- 
> Read our blog about news on our plugins:
> 
> http://www.mbsplugins.de/
> 
> 
> _______________________________________________
> Unsubscribe by sending a message to:
> <nug.de-le...@lists.xojo.com>


_______________________________________________
Unsubscribe by sending a message to:
<nug.de-le...@lists.xojo.com>

Antwort per Email an