codeformunich/Muenchen-Transparent

View on GitHub
protected/commands/EMailTestCommand.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

class EMailTestCommand extends CConsoleCommand
{
    public function run($args)
    {
        RISTools::send_email("tobias@hoessl.eu", "Test", "Abc", "<strong>Test 123</strong>", "test");
    }
}