ActionMailer and development mode, can it write to a file or something?

后端 未结 3 834
闹比i
闹比i 2021-02-12 10:49

I want to test my registration process locally (development mode), how can I test how emails will be sent out and rendered etc?

I am not referring to a unit-test or inte

3条回答
  •  甜味超标
    2021-02-12 11:07

    LetterOpener makes it even simpler for you to preview the emails you just sent by opening the file in the browser automatically (in development environment of course).

提交回复
热议问题