start() public method

Start the SMTP connection.
public start ( )
 /**
  * Start the standalone SMTP session if running in -bs mode.
  */
 public function start()
 {
   if (false !== strpos($this->getCommand(), ' -bs'))
   {
     parent::start();
   }
 }