public property PHPMailer::$Priority

Email priority. Options: null (default), 1 = High, 3 = Normal, 5 = low. When null, the header is not set at all.

Type: int

File

inc/PHPMailer/src/PHPMailer.php, line 56

Class

PHPMailer
PHPMailer - PHP email creation and transport class.

Namespace

PHPMailer\PHPMailer

Code

public $Priority;