-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Update config.example.js #945
Copy link
Copy link
Closed
Milestone
Description
From
// Example mail config
// Visit http://docs.ghost.org/mail for instructions
mail: {
transport: 'sendgrid',
host: 'smtp.sendgrid.net',
options: {
service: 'Sendgrid',
auth: {
user: '', // Super secret username
pass: '' // Super secret password
}
}
},
To
// Example mail config
// Visit http://docs.ghost.org/mail for instructions
mail: {
transport: 'sendgrid',
options: {
host: 'smtp.sendgrid.net',
service: 'Sendgrid',
auth: {
user: '', // Super secret username
pass: '' // Super secret password
}
}
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels