This application makes it simple to send a HTML mail
-
Setup Amazon SES to credentials.yml
-
Enter your domain to application_mailer.rb
class ApplicationMailer < ActionMailer::Base
default from: '[email protected]'
layout 'mailer'
end
- Enter your HTML to send_sales.html.erb