buggregator / laravel-app

The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
https://buggregator.dev
MIT License
329 stars 24 forks source link

mail server seems to cache emails and is not refreshing #62

Closed danielzzz closed 2 years ago

danielzzz commented 2 years ago

hi, I have found some strange behavior.

I am using buggregator as a smtp server, but it keeps showing the same email message over and over.

not sure if it caches it somehow or is not refreshing or something...

cheers, dan

butschster commented 2 years ago

Hi @danielzzz! Could you try a new release v1.18.3?

danielzzz commented 2 years ago

hi Pavel, I pulled the latest version from docker and it seems to be working correctly now. thanks a lot! dan