Skip to content

Commit

Permalink
fix(Sales Demo App): Fixes sending of email. (#1509 - [LL-103](https:…
Browse files Browse the repository at this point in the history
  • Loading branch information
lydiamross authored Feb 19, 2020
1 parent eb3feeb commit 9b59592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helpers/email.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import htmlToText from 'html-to-text';
import moment from 'moment';
import { promisify } from 'bluebird';

const defaultMailOptions = {
export const defaultMailOptions = {
from: `${defaultTo(process.env.LL_FROM_NAME, 'Learning Locker')} ` +
`<${defaultTo(process.env.LL_FROM_EMAIL, 'noreply@learninglocker.net')}>`
};
Expand Down

0 comments on commit 9b59592

Please sign in to comment.