Description
Rails applications can compose, send, preview, and receive email through Action Mailer conventions. This is useful for developers building account notifications, password resets, receipts, and other app-generated messages.
It is a Ruby library, not a mail app. Applications using it may handle email addresses, tokens, templates, and delivery credentials, so developers should configure secrets and previews carefully.