kuchkov/test-smtf

This is Swift Mailer handler

dev-master 2021-05-28 13:18 UTC

This package is auto-updated.

Last update: 2024-05-28 20:32:34 UTC


README

$config = new ConfigAdapter('host', 'port', 'encryption', 'username', 'password');

$message = new Message( 'body', 'from', 'to', 'title_mail', 'layout_of_view(have default param)');

$mailer = new MailCompile();

$mailer->run($message, $config);