Changeset View
Changeset View
Standalone View
Standalone View
externals/phpmailer/class.phpmailer.php
| Show First 20 Lines • Show All 215 Lines • ▼ Show 20 Lines | class PHPMailer { | ||||
| */ | */ | ||||
| public $Password = ''; | public $Password = ''; | ||||
| /** | /** | ||||
| * Sets the SMTP server timeout in seconds. | * Sets the SMTP server timeout in seconds. | ||||
| * This function will not work with the win32 version. | * This function will not work with the win32 version. | ||||
| * @var int | * @var int | ||||
| */ | */ | ||||
| public $Timeout = 10; | public $Timeout = 60; | ||||
| /** | /** | ||||
| * Sets SMTP class debugging on or off. | * Sets SMTP class debugging on or off. | ||||
| * @var bool | * @var bool | ||||
| */ | */ | ||||
| public $SMTPDebug = false; | public $SMTPDebug = false; | ||||
| /** | /** | ||||
| ▲ Show 20 Lines • Show All 2,090 Lines • Show Last 20 Lines | |||||