I am working on app in elixir
. It sends email to clients. I am using bamboo
library for sending emails.
So far, emails are working fine. But now, I am trying to send emails using templates.
Everywhere i see in the bamboo documentation is using
bamboo.phoenix
.
I am not using phoenix
for handling requests. I am using a library called plug
. Is there a way to send templates in email without phoenix
??