Is there any way to send emails in rails 3 to a local file or so, instead of using an SMTP server? I'd like to test the email's contents without using any kind of SMTP, ideally only in DEV environment.
The best would be a local SMTP or something that allowed me to inspect emails, check email addresses, etc.