constant SMTP::DEFAULT_PORT

The SMTP port to use if one is not specified.

File

inc/PHPMailer/src/SMTP.php, line 51

Class

SMTP
PHPMailer RFC821 SMTP email transport class. Implements RFC 821 SMTP commands and provides some utility methods for sending mail to an SMTP server.

Code

const DEFAULT_PORT = 25;