You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Viliam Kopecký edited this page Jul 1, 2016
·
3 revisions
Email templates
In theme/emailsshould be your email templates. There is some basic layout @email.latte which you can extend. Just create a new Latte template (like hello.latte), and then you can get Nette\Mail\Message by calling $message = makeEmail('hello', [...parameters]). And then send the message as sendEmail($message, 'to@example.com').