PHP Classes

STARTTLS

Recommend this page to a friend!

      SMTP E-mail sending class  >  All threads  >  STARTTLS  >  (Un) Subscribe thread alerts  
Subject:STARTTLS
Summary:STARTTLS
Messages:2
Author:kiril botev
Date:2012-05-25 13:38:12
Update:2012-05-25 16:23:07
 

  1. STARTTLS   Reply   Report abuse  
Picture of kiril botev kiril botev - 2012-05-25 13:38:12
Hi,
this class NOT work with STARTTLS command

Simple External SMTP class
This class can send e-mail messages via SMTP with authentication.

It can compose an e-mail message with a given sender, recipient, subject and message body in either text or HTML.

The class can send the message connecting to a given SMTP server or by send using the PHP mail function..

SMTP server delivery supports authentication using different methods and secure connections using encryption with the STARTTLS command or using SSL and TLS.

  2. Re: STARTTLS   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2012-05-25 16:23:07 - In reply to message 1 from kiril botev
I am not sure what you mean. If you set the start_tls variable to you, the server supports STARTTLS and you are running at least PHP 5 with the OpenSSL extension enabled, it will use the STARTTLS command to enable encryption in the connection.