Tran Sang Dev Blog
  • HOME
  • Meta Programming
  • Javascript
  • bash
Subscribe

backend

A collection of 1 post
Config Ghost blog email with SendGrid
backend

Config Ghost blog email with SendGrid

In your config.production.json add following entry "mail": { "from": "info@transang.me", "transport": "SMTP", "options": { "port": 587, "host": "smtp.sendgrid.net", "secureConnection": false, "auth": { "user": "apikey", "pass": "your sendgrid API key in plain text" } } } Note that secureConnection must be false or ignored (it is false by default) Additional information
Nov 30, 2018
Tran Sang Dev Blog © 2023