dwaynemac / padma-mailing

Mailing module for PADMA suite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Para empezar este modulo copiará la funcionalidad de mailing de Kshema. solamente.

Installation

“‘

rvm use $(cat .ruby-version) --install
bundle install --without assets:production:doc:development
cp config/local_env.yml.example config/local_env.yml
bundle exec rake db:schema:load

“‘

Environment variables

This environment variables are needed:

  • accounts_key

  • activities_key

  • contacts_key

  • messaging_secret

Scheduled tasks

A task that checkes for due ScheduledMails should be setup A task that syncs mailchimp lists daily should be setup

.

About

Mailing module for PADMA suite


Languages

Language:Ruby 70.0%Language:HTML 22.0%Language:CoffeeScript 4.7%Language:SCSS 2.5%Language:JavaScript 0.3%Language:CSS 0.2%Language:Shell 0.2%Language:Procfile 0.0%