When I'm in development mode, Email.send
prints the email contents in the console. It's great if I want to test whether the email works, but makes things difficult if emails are long and I'd like to debug something else.
Is there an easy way to disable logging of email contents?