class MailSender

Tracy logger bridge for Nette Mail.

Methods

__construct(IMailer $mailer, string $fromEmail = null)

No description

void
send(mixed $message, string $email)

No description

Details

at line 30
__construct(IMailer $mailer, string $fromEmail = null)

No description

Parameters

IMailer $mailer
string $fromEmail

at line 40
void send(mixed $message, string $email)

No description

Parameters

mixed $message
string $email

Return Value

void

Traits

SmartObject