I'm developing an app with email capabilities and I'd like to send emails to myself, locally (as in, I could completely disconnect my development machine from the internet and still have these test emails send and receive, just on my computer).
I imagine the Rails app sending to Mac OS X's built-in Linux CLI mail program, but I've no idea how to set this up.
I want to do this so I can send an unlimited number of test emails to myself without worrying about locking myself out of a GMail account or burning up free credit on Sendgrid, et al., or waiting for the message to make a round-trip to some server, etc.
Anyone help me with this?