Check out example codes for "send email rails c one line". It will help you in understanding the concepts better.
Code Example 1
ActionMailer::Base.mail(from: '[email protected]', to: '[email protected]', subject: "Welcome to My Awesome Site", body: 'I am the email body.').deliver
Learn ReactJs, React Native from akashmittal.com