Skip to content

anuragsimgeker/mello

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mello

Sending bulk emails and create Trello cards.

Built using NodeJS, ExpressJS, MongoDb, EmberJS

Pre-requisites

NodeJS

MongoDB

Installation

git clone [email protected]:anuragsimgeker/mello.git
cd mello
npm i
To run just type
grunt

Usage

  • Make sure your MongoDb is running in a separate terminal window.
./startDb.sh
  • Email Settings

    • Go to Settings > Email
    • Slide the Disabled switch to Enabled
    • SMTP host: SMTP email server hostname eg. smtp.mail.yahoo.com
    • SMTP port: SMTP email server port eg. 587
    • Email: Your full email address eg. [email protected]
    • Password: Your password
    • Subject: The Subject line for the email to be sent.
    • Body Template: HTML body for the email to be sent. Handlebars like placeholders {{firstName}} and {{lastName}} in the Body Template will be replaced with the Candidate's first name and last name respectively.
    • Hit Save button
  • Trello Settings

    • Go to Settings > Trello
    • Slide the Disabled switch to Enabled
    • Fill out all the form fields
    • Hit Save button
  • Running tasks

    • Go to Home
    • Add as many candidates as you wish
    • Hit Run.

License

MIT

Free Software, Hell Yeah!

About

Sending bulk emails and create Trello cards

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors