achief

Mail setup

Apr 28th, 2023 (edited)
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.63 KB | Software | 0 0
  1. {
  2.   "url": "http://localhost:2368",
  3.   "server": {
  4.     "port": 2368,
  5.     "host": "127.0.0.1"
  6.   },
  7.   "mail": {
  8.     "transport": "SMTP",
  9.     "options": {
  10.       "service": "Mailgun",
  11.       "host": "smtp.mailgun.org",
  12.       "from": "'Website Name' <[email protected]>",
  13.       "port": 465,
  14.       "secure": true,
  15.       "auth": {
  16.         "user": "[email protected]",
  17.         "pass": "<redacted-redacted-redacted-redacted-redacted>"
  18.       }
  19.     }
  20.   },
  21.   "logging": {
  22.     "transports": [
  23.       "file",
  24.       "stdout"
  25.     ]
  26.   },
  27.   "process": "systemd",
  28.   "paths": {
  29.     "contentPath": "/var/lib/ghost/content"
  30.   }
  31. }
  32.  
Advertisement
Add Comment
Please, Sign In to add comment