Versions Compared

Key

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

...

By default, SMTP transports perform TLS peer verification. This behavior is configurable with the verify_peer option. Although it's not recommended to disable this verification for security reasons, it can be useful while developing the application or when using a self-signed certificate:

Insert the following in Options (json):

Code Block
{"verify_peer":"false"}

...