kuchkov/test-smtf

This is Swift Mailer handler

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/kuchkov/test-smtf

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

This package is auto-updated.

Last update: 2025-09-28 23:07:36 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);