Rails Send Test Email

[Solved] Rails Send Test Email | Ruby - Code Explorer | yomemimo.com
Question : rails send test email

Answered by : oldfashioned-owl-m5dn17rxreak

ActionMailer::Base.mail( from: "[email protected]", to: "[email protected]", subject: "Test", body: "Test"
).deliver_now

Source : https://stackoverflow.com/questions/3267213/send-email-from-rails-console | Last Update : Tue, 17 Nov 20

Answers related to rails send test email

Code Explorer Popular Question For Ruby