-SSL switch enables SSL data encryption when connecting to SMTP server with SSL support.
SSL is an acronym for Secure Socket Layer, a cryptographic protocol that ensures secure data transfer over the Internet. On contrary to unencrypted data transfer, SSL provides significant security benefits during authentication with mail server and data communication.
febootimail -SSL
The default port for SSL connection is 465 which is also used unless specified otherwise. Also, while some servers provide both encrypted and non-encrypted access and it is possible to choose between secure or plain connection, other SMTP servers may accept only one of these options.
C:\>febootimail -SERVER smtp.mailserver.com -FROM john@sender.com -TO jack@recipients.com -USER john -PASS 3kr5$DrB -MSG email sent through SSL enabled SMTP server -SSL Usually, but not necessarily, -SSL switch will have to be used with SSL enabled email SMTP server authentication (-AUTH, -USER and -PASS).
OpenSSL credit: This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/). This product includes cryptographic software written by Eric Young (eay@cryptsoft.com).
Please do not hesitate to contact our support department with any possible further questions or to solve practical issues connected with Command line email.