Skip to content

shyamady/sendHTML

Repository files navigation

Automation Send Email Application

This application makes it simple to send a HTML mail

Dev Setup

  1. git clone https://github.com/ShunYamada/sendHTML.git

  2. Setup Amazon SES to credentials.yml

  3. Enter your domain to application_mailer.rb

class ApplicationMailer < ActionMailer::Base
  default from: '[email protected]'
  layout 'mailer'
end
  1. Enter your HTML to send_sales.html.erb

About

Makes it simple to send a HTML mail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published