Using a Rails' Mail Interceptor to Test Email
I’m currently setting up a large number of emails as part of our Rails application. I like to run them through Email on Acid. However, this presents a problem in development as the images are hosted locally. I used an interceptor to rewrite the image paths. Read more
Post a comment