Bamboo view sent email

I am using Bamboo emailer to send emails from my application. I wanted to check if its working the right way so in my router, I inserted the following piece of code

if Mix.env == :dev do
    forward "/sent_emails", Bamboo.SentEmailViewerPlug
  end

In my browser when I navigate to /sent_emails, I am able to see the delivered email on the left. When I click on the email, it appears and disappears within a second on the right. The Text Body of the email disappears within a second. Is there any way I can view it for longer?

The disappearing part shouldn’t be happening and means that something is a little bit off, but without seeing more of what you’re doing I’m not really sure (you could try also searching Bamboo’s issues to see if someone has had a similar problem). I think you’d need to share a few more things about the relevant code. Your configuration as shown is correct for viewing the emails.

1 Like