smtp via xbase

Xbase++ 2.0 Build 554 or later
Post Reply
Message
Author
bobvolz
Posts: 114
Joined: Sun Jan 31, 2010 11:25 am

smtp via xbase

#1 Post by bobvolz »

I use the xbase++ smtpclient functions to send emails via IONOS.COM SMTP SERVER.

I send these smtp requests via port 465. oSmtp := SMTPClient():new( Alltrim(cSMTPServer), nPort ) (where nPort is 465 and cSMTPserver is 'smtp@ionos.com'

IONOS is now saying they will not support TLS 1.0 or TLS 1.1 anymore. I need to be using TLS 1.2

Their email states "Please make sure that encryption (SSL/TLS) is enabled in your devices or programs."

From the Alaska Documentation it appears that specifying port 465 uses SSL. I'm trying to determine if it also uses
TLS 1.2.

Does anyone use these settings? I just don't want my emails to start failing when the deadline of Aug 9 runs out.

Thanks
Bob Volz

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: smtp via xbase

#2 Post by Auge_Ohr »

hi,

the same is with Web.DE which will Stop work on 01.07.2022 with TLS 1.0 / 1.1

Problem : i don´t know how to "test it" when use "other" like OpenSSL

! Tip : try Port 587 instead of 465
greetings by OHR
Jimmy

bobvolz
Posts: 114
Joined: Sun Jan 31, 2010 11:25 am

Re: smtp via xbase

#3 Post by bobvolz »

Thanks Jimmy; I will look at port 587 and test. I'm pretty sure the Alaska 2.0 system Smtp system uses TLS 1.2
I guess I will find out.

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: smtp via xbase

#4 Post by Auge_Ohr »

hi,

Question : does Xbase++ v2.x include libeay32.dll and ssleay32.dll :?:

if Yes which Version ?
greetings by OHR
Jimmy

bobvolz
Posts: 114
Joined: Sun Jan 31, 2010 11:25 am

Re: smtp via xbase

#5 Post by bobvolz »

Hi Jimmy;

I'm not sure if xBase++ includes those DLL's but xb2net does. Mine are current I believe.

Thanks

User avatar
Tom
Posts: 1165
Joined: Thu Jan 28, 2010 12:59 am
Location: Berlin, Germany

Re: smtp via xbase

#6 Post by Tom »

Xbase++ doesn't use Open SSL. All SSL-functions are wrapped in ASINET10.DLL.
Best regards,
Tom

"Did I offend you?"
"No."
"Okay, give me a second chance."

Post Reply