Merge pull request #15891 from raisedadead/fix/passwordless-auth

fix(auth): update the passwordless-auth missed changes
This commit is contained in:
Berkeley Martinez
2017-10-03 14:02:59 -07:00
committed by GitHub
3 changed files with 1 additions and 104 deletions

View File

@@ -2,7 +2,7 @@ const isDev = process.env.NODE_ENV !== 'production';
const isBeta = !!process.env.BETA;
export function getEmailSender() {
return process.env.EMAIL_SENDER || 'team@freecodecamp.org';
return process.env.SES_MAIL_FROM || 'team@freecodecamp.org';
}
export function getPort() {

View File

@@ -1,19 +0,0 @@
Greetings from San Francisco!
Thank you for joining our community.
Please verify your email by following the link below:
<a href="<%= verifyHref %>"><%= verifyHref %></a>
Feel free to email us at this address if you have any questions about freeCodeCamp.
<br>
<br>
And if you have a moment, check out our blog: https://medium.freecodecamp.org.
<br>
<br>
Good luck with the challenges!
Thanks,
The freeCodeCamp Team.
team@freecodecamp.com