$pHPMailer->send()
Sends email via PHPMailer library
$pHPMailer->send(bool $debug = false): bool
Parameters
Name | Type | Default |
---|---|---|
$debug | bool |
false
|
Return type
bool
This method modifies the existing $phpmailer
object it is applied to and returns it again.
Exceptions
Type | Description |
---|---|
Kirby\Exception\InvalidArgumentException |