Skip to content

Update config.example.js #945

@javorszky

Description

@javorszky

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
        }
    }
},

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions