Check out example codes for "rails send email from console". It will help you in understanding the concepts better.
Code Example 1
ActionMailer::Base.mail(
from: "[email protected]",
to: "[email protected]",
subject: "Test",
body: "Test"
).deliver_now
Learn ReactJs, React Native from akashmittal.com