beam-community / bamboo

Testable, composable, and adapter based Elixir email library for devs that love piping.
https://hex.pm/packages/bamboo
MIT License
1.9k stars 343 forks source link

SentEmailViewerPlug shows empty emails with Dynamic Templates & LocalAdapter #633

Open Calamari opened 2 years ago

Calamari commented 2 years ago

I tried it with version 2.1.0 and 2.2.0 but if I try sending emails using the LocalAdapter. The viewer is showing that there is an email, but it is always empty. But if I use the actual Bamboo.SendGridAdapter, it sends out the Email flawlessly.

This makes development and test environment particularly undesirable. Anyone an idea what the problem is? Am I the only one having this?