kortirso / emailbutler

Simple email tracker for Ruby on Rails applications. Emailbutler allows you to track sending params and delivery status of emails, resend them if required.
MIT License
20 stars 3 forks source link

Email previews in UI #29

Open huda-kh opened 3 weeks ago

huda-kh commented 3 weeks ago

Is this a feature you'd be interested in adding? I feel it would take the gem to the next level!

kortirso commented 3 weeks ago

like letter_opener but for production? to check real content of sent emails?

huda-kh commented 3 weeks ago

like letter_opener but for production? to check real content of sent emails?

Something like letter_opener_web for production, taking advantage of Action Mailer Preview, perhaps?

huda-kh commented 3 weeks ago

This (not my code) appears to allow action mailer preview in production.