I'm currently using SecureBridge for the SFTPClient, which has been rock-solid so far. Now that our application's file transfers are secure and robust, I would like to send status report via gmail's servers via SSL/TLS.
Is this possible with scSSLClient, and if so, how would I go about this?
I have tried to establish a connection to smtp.gmail.com (ports 465 or 587), but can't seem to get a certificate from the server.
And, if there is a secure connection, how would I tell my SMTP component to use this connection? Currently using Indy's SMTP component.
Hope someone can point me in the right direction.
Using ScSSLClient for Gmail SMTP
We don't support SMTP protocol. If you implement this protocol, you can use the TScSSLClient component to support SSL connection.
You can create SSH connection with SMTP using SecureBridge and Indy TIdSMTP component. As an adapter between SecureBridge and Indy you should use the TScIdIOHandler component.
You can create SSH connection with SMTP using SecureBridge and Indy TIdSMTP component. As an adapter between SecureBridge and Indy you should use the TScIdIOHandler component.