Skip to content

Commit c0d5167

Browse files
committed
Merge pull request #948 from javorszky/0.3.2-wip
Fixes config.example.js
2 parents 6bd6253 + a37c795 commit c0d5167

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

config.example.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ config = {
1414
// Visit http://docs.ghost.org/mail for instructions
1515
// ```
1616
// mail: {
17-
// transport: 'sendgrid',
18-
// host: 'smtp.sendgrid.net',
17+
// transport: 'SMTP',
1918
// options: {
20-
// service: 'Sendgrid',
19+
// service: 'Mailgun',
2120
// auth: {
22-
// user: '', // Super secret username
23-
// pass: '' // Super secret password
21+
// user: '', // mailgun username
22+
// pass: '' // mailgun password
2423
// }
2524
// }
2625
// },
@@ -99,4 +98,4 @@ config = {
9998
};
10099

101100
// Export config
102-
module.exports = config;
101+
module.exports = config;

0 commit comments

Comments
 (0)