Skip to content

Instantly share code, notes, and snippets.

@lislon
Created January 30, 2015 09:55
Show Gist options
  • Save lislon/0bab96bd6b8bb85023ee to your computer and use it in GitHub Desktop.
Save lislon/0bab96bd6b8bb85023ee to your computer and use it in GitHub Desktop.
module.exports = {
/**
* Recipients of notificaton about new loan registered on website.
* Subject is parsed by jade
*/
'success-order-loan': {
from: 'boria1966@gmail.com',
to: 'boria1966@gmail.com',
subject: '| Новая заявка на заем #{id}, #{city}'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment