Skip to content

Commit 9b59592

Browse files
authored
fix(Sales Demo App): Fixes sending of email. (#1509 - [LL-103](https://learningpool.atlassian.net/browse/LL-103))
1 parent eb3feeb commit 9b59592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/helpers/email.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import htmlToText from 'html-to-text';
77
import moment from 'moment';
88
import { promisify } from 'bluebird';
99

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

0 commit comments

Comments
 (0)