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
Email constructor
new PHPMailer(array $props = [ ], bool $debug = false)
Name | Type | Default |
---|---|---|
$props | array |
[ ] |
$debug | bool |
false |
Kirby\Email\PHPMailer
inherited from Kirby\Email\Email