debian-mirror-gitlab/doc/development/emails.md
2018-03-17 18:26:18 +05:30

710 B

Dealing with email in development

Sent emails

To view rendered emails "sent" in your development instance, visit /rails/letter_opener.

Mailer previews

Rails provides a way to preview our mailer templates in HTML and plaintext using dummy data.

The previews live in spec/mailers/previews and can be viewed at /rails/mailers.

See the Rails guides for more info.


Return to Development documentation