I am developing a small web app that should receive emails from users, using sendgrid addon on Heroku. What is the best way to test this on a local dev machine? I was thinking about using localtunnel and set up a temporary url for that, but is there any other way I could do that? Also, how could it be tested with rspec or cucumber?
Thank you in advance for your help :)