mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
13 lines
No EOL
370 B
CoffeeScript
13 lines
No EOL
370 B
CoffeeScript
config = require '../server_config'
|
|
sendwithusAPI = require 'sendwithus'
|
|
swuAPIKey = config.mail.sendwithusAPIKey
|
|
queues = require './commons/queue'
|
|
|
|
module.exports.setupRoutes = (app) ->
|
|
return
|
|
|
|
|
|
options = { DEBUG: not config.isProduction }
|
|
module.exports.api = new sendwithusAPI swuAPIKey, options
|
|
module.exports.templates =
|
|
welcome_email: 'utnGaBHuSU4Hmsi7qrAypU' |