# PHPMailer

Wrapper for PHPMailer library

****

- Full class name: `Kirby\Email\PHPMailer`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Email/PHPMailer.php#L19>

****

### PHPMailer

- [new PHPMailer()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/__construct.md)
- [$pHPMailer->attachments()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/attachments.md)
- [$pHPMailer->bcc()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/bcc.md)
- [$pHPMailer->beforeSend()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/before-send.md)
- [$pHPMailer->body()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/body.md)
- [$pHPMailer->cc()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/cc.md)
- [$pHPMailer->clone()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/clone.md)
- [$pHPMailer->from()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/from.md)
- [$pHPMailer->fromName()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/from-name.md)
- [$pHPMailer->isHtml()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/is-html.md)
- [$pHPMailer->isSent()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/is-sent.md)
- [$pHPMailer->replyTo()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/reply-to.md)
- [$pHPMailer->replyToName()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/reply-to-name.md)
- [$pHPMailer->send()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/send.md)
- [$pHPMailer->subject()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/subject.md)
- [$pHPMailer->to()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/to.md)
- [$pHPMailer->toArray()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/to-array.md)
- [$pHPMailer->transport()](https://getkirby.com/docs/reference/objects/email/p-h-p-mailer/transport.md)