Skip to content

madtimber/madtimber.com

Repository files navigation

madtimber.com

madtimber.com website

Mail Setup

You'll need a file named mail-config.js in the same folder as app.js with the contents:

module.exports = {
    service: 'Gmail',  // or whatever service you're using
    auth: {
        user: '<your email>',
        pass: '<your password>'
    }
};

About

madtimber.com website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published