Skip to content
On this page

Mail

Send mail

php
EmailHandler::send(string $content, string $title, $to = null, $args = [], $debug = false);

Ex:

php
EmailHandler::send('Hello there', 'Test email', '[email protected]');