mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
8 lines
286 B
CoffeeScript
8 lines
286 B
CoffeeScript
|
config = require '../server_config'
|
||
|
sendwithusAPI = require 'sendwithus'
|
||
|
swuAPIKey = config.mail.sendwithusAPIKey
|
||
|
|
||
|
options = { DEBUG: not config.isProduction }
|
||
|
module.exports.api = new sendwithusAPI swuAPIKey, options
|
||
|
module.exports.templates =
|
||
|
welcome_email: 'utnGaBHuSU4Hmsi7qrAypU'
|