new PHPMailer()
Email constructor
new PHPMailer(array $props = [ ], bool $debug = false)
Parameters
Name | Type | Default |
---|---|---|
$props | array |
[ ]
|
$debug | bool |
false
|
Parent class
Kirby\Email\PHPMailer
inherited from Kirby\Email\Email