Three ways to send them
The API
A
POST with the template’s name, the recipients and the variables.Laravel transport
A Laravel application keeps
Mail::to()->send(), Lekalao does the rest.SMTP relay
Any application that speaks SMTP.
How it works
- You write a transactional template in the interface, with a name that does not move (
order-confirmation). - Your application calls it by that name with its variables.
- Lekalao renders it, sends it through the transactional provider, and logs it.