Hello,
I am using this class ( https://pastebin.com/C7T8vLKg ) which uses swift to send emails. I trigger the class like this from within a controller: https://pastebin.com/tSh2wN07
When sending 1 email all works fine and as expected, however when i send more then one email inside a controllerAction, only the first email arrives with a body content, all the other emails are emtpy. This makes me think that i am doing something wrong with how I call the template and render it.
Anybody any ideas how i can send multiple emails within one controller action call? Appreciate any help
p.s. I am using volt template engine in my project but i also tried sending only static html, same outcome