2014-01-17 12:53:17 -05:00
|
|
|
config = require '../server_config'
|
|
|
|
sendwithusAPI = require 'sendwithus'
|
|
|
|
swuAPIKey = config.mail.sendwithusAPIKey
|
2014-01-27 14:14:44 -05:00
|
|
|
|
|
|
|
module.exports.setupRoutes = (app) ->
|
|
|
|
return
|
|
|
|
|
2014-03-11 22:17:58 -04:00
|
|
|
debug = not config.isProduction
|
|
|
|
module.exports.api = new sendwithusAPI swuAPIKey, debug
|
2014-04-08 22:08:33 -04:00
|
|
|
if config.unittest
|
|
|
|
module.exports.api.send = ->
|
2014-01-17 12:53:17 -05:00
|
|
|
module.exports.templates =
|
2015-02-04 16:54:35 -05:00
|
|
|
parent_subscribe_email: 'tem_2APERafogvwKhmcnouigud'
|
2015-06-05 09:48:09 -04:00
|
|
|
setup_free_sub_email: 'tem_sqdvLCZRwoDQc6jAf5RrQE'
|
2015-02-06 17:49:47 -05:00
|
|
|
share_progress_email: 'tem_VHE3ihhGmVa3727qds9zY8'
|
2014-03-08 21:49:09 -05:00
|
|
|
welcome_email: 'utnGaBHuSU4Hmsi7qrAypU'
|
2014-03-10 16:20:00 -04:00
|
|
|
ladder_update_email: 'JzaZxf39A4cKMxpPZUfWy4'
|
2014-04-17 20:09:01 -04:00
|
|
|
patch_created: 'tem_xhxuNosLALsizTNojBjNcL'
|
2014-04-17 20:30:55 -04:00
|
|
|
change_made_notify_watcher: 'tem_7KVkfmv9SZETb25dtHbUtG'
|
2014-06-27 03:36:03 -04:00
|
|
|
recruiting_email: 'tem_mdFMgtcczHKYu94Jmq68j8'
|
2014-06-12 18:25:42 -04:00
|
|
|
greed_tournament_rank: 'tem_c4KYnk2TriEkkZx5NqqGLG'
|
2014-12-11 23:06:03 -05:00
|
|
|
generic_email: 'tem_JhRnQ4pvTS4KdQjYoZdbei'
|
|
|
|
plain_text_email: 'tem_85UvKDCCNPXsFckERTig6Y'
|
2015-03-04 20:08:45 -05:00
|
|
|
next_steps_email: 'tem_RDHhTG5inXQi8pthyqWr5D'
|