Options to use an SMTP relay server to send mail. calibre will try
to send the email directly unless --relay is specified.
- --cafile
- Path to a file of concatenated CA certificates in PEM format, used to
verify the server certificate when using TLS. By default, the system CA
certificates are used.
- --dont-verify-server-certificate
- Do not verify the server certificate when connecting using TLS. This used
to be the default behavior in calibre versions before 3.27. If you are
using a relay with a self-signed or otherwise invalid certificate, you can
use this option to restore the pre 3.27 behavior
- --port
- 連接至轉發伺服器的連接埠,預設使用SSL加密埠465,Port25是不被接受的。