Home
last modified time | relevance | path

Searched refs:PORT_SECURE (Results 1 – 1 of 1) sorted by relevance

/plugin/swiftmail/Swift/Connection/
H A DSMTP.php41 const PORT_SECURE = 465; define in Swift_Connection_SMTP
151 …!$port) $port = ($this->getEncryption() == self::ENC_OFF) ? self::PORT_DEFAULT : self::PORT_SECURE;