Skip to content

johaned/simple-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

It was designed as an alternative of Mailchimp/Mandrill, and the main goal is sending transactional emails and supporting the communication platform for the rails girls event.

  1. You need to install mongoDB, it works with mongoDB 3

  2. You need to have Rails 4 and Ruby 2.3

cp config/email_provider.yml.example email_provider.yml

cp config/mongoid.yml.example config/mongoid.yml

bundle install

rake db:seed

rails server

For sending emails, you need to configure your smtp credentials, you can do that using the config/email_provider.yml file, after that you need to restart your server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors