Created
January 30, 2015 09:55
-
-
Save lislon/0bab96bd6b8bb85023ee to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
/** | |
* Recipients of notificaton about new loan registered on website. | |
* Subject is parsed by jade | |
*/ | |
'success-order-loan': { | |
from: '[email protected]', | |
to: '[email protected]', | |
subject: '| Новая заявка на заем #{id}, #{city}' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment