Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleSMTP transport Example
"transport": {
      "type": "smtp”,
      "options": {
      "service": "gmail",
      "auth": {
      "user": "soajsiosaas@gmail.com",
      "pass": "soajs.demo.1!xxxxx"
    }
  }
}

Example #2

Custom Content of mail.

...