Skip to content

Kirby 5.1.2

$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

Parent class

Kirby\Email\PHPMailer