...
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"} |
Instead of preventing the certificate from being verified, you can add it as trusted.
Other Options
local_domain
...