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: 'from@example.com'
layout 'mailer'
end
- Enter your HTML to send_sales.html.erb