smtp via xbase
Posted: Wed Jun 29, 2022 6:25 am
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
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