Action Mailer is the Rails components that enable the application to send and receive email. In this chapter, we will see how to send an emails using Rails. Let’s start creating an email project using the following commands.
Action Mailer – Configuration
Following are the steps you have to follow in order to complete your configuration before proceeding with the actual working −
Go to the config folders of your emails project and open environment.rb files and add the following lines at the bottom of this file