mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
parent
6bd62538af
commit
a37c7958b1
1 changed files with 5 additions and 6 deletions
|
@ -14,13 +14,12 @@ config = {
|
|||
// Visit http://docs.ghost.org/mail for instructions
|
||||
// ```
|
||||
// mail: {
|
||||
// transport: 'sendgrid',
|
||||
// host: 'smtp.sendgrid.net',
|
||||
// transport: 'SMTP',
|
||||
// options: {
|
||||
// service: 'Sendgrid',
|
||||
// service: 'Mailgun',
|
||||
// auth: {
|
||||
// user: '', // Super secret username
|
||||
// pass: '' // Super secret password
|
||||
// user: '', // mailgun username
|
||||
// pass: '' // mailgun password
|
||||
// }
|
||||
// }
|
||||
// },
|
||||
|
@ -99,4 +98,4 @@ config = {
|
|||
};
|
||||
|
||||
// Export config
|
||||
module.exports = config;
|
||||
module.exports = config;
|
||||
|
|
Loading…
Add table
Reference in a new issue