Skip to content

shyamady/sendHTML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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: 'from@example.com'
  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

 
 
 

Contributors