Hi guys
I am using a vps solution from 1&1 and have set a basic certificate, though I still don't know if it's correctly installed...
I am using a very basic example of SMTP to try to send an email from my app... I just can't figure out why it fails...
From 1&1 servers I get the following info:
SMTP server : auth.smtp.1&1.fr
Port :465
SSL/TSL : yes
If I set SSL to true in the code, it fails with a certificate related code saying it can't find the certificate info.
If I don't set the ssl, I get a "websocket read timeout"...
Any ideas?
I am using a vps solution from 1&1 and have set a basic certificate, though I still don't know if it's correctly installed...
I am using a very basic example of SMTP to try to send an email from my app... I just can't figure out why it fails...
From 1&1 servers I get the following info:
SMTP server : auth.smtp.1&1.fr
Port :465
SSL/TSL : yes
If I set SSL to true in the code, it fails with a certificate related code saying it can't find the certificate info.
If I don't set the ssl, I get a "websocket read timeout"...
Any ideas?