refactor: Replace .com with .org (#15554)

This commit is contained in:
Berkeley Martinez
2017-06-27 19:54:23 -07:00
committed by Quincy Larson
parent 544f4b5de0
commit 47783cf0eb
42 changed files with 283 additions and 283 deletions

View File

@@ -70,10 +70,10 @@ module.exports = function(app) {
var mailOptions = {
type: 'email',
to: user.email,
from: 'Team@freecodecamp.com',
subject: 'Welcome to Free Code Camp!',
from: 'team@freecodecamp.org',
subject: 'Welcome to freeCodeCamp!',
protocol: isDev ? null : 'https',
host: isDev ? 'localhost' : 'freecodecamp.com',
host: isDev ? 'localhost' : 'freecodecamp.org',
port: isDev ? null : 443,
template: path.join(
__dirname,