Skip to content

Kirby 5.1.2

$pHPMailer->body()

Returns the email body

$pHPMailer->body(): Kirby\Email\Body|null

Return types

Kirby\Email\Bodyornull

This method modifies the existing $phpmailer object it is applied to and returns it again.

Parent class

Kirby\Email\PHPMailer inherited from Kirby\Email\Email