Opties om een SMTP relay server te gebruiken om mail te verzenden.
calibre zal proberen om rechtstreeks een email te versturen, tenzij --relay
wordt meegegeven.
- --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
- --encryption-method,
-e
- Encryptie methode gebruiken bij verbinden van relay. Keuzes zijn TLS, SSL
en NONE. Standaard is TLS. WAARSCHUWING: NONE kiezen is zeer onveilig
- --port
- Poort om te connecteren naar een relay server. Standaard wordt 465
gebruikt indien encryptie actief is, en 25 anders.
- --relay,
-r
- Een SMTP relay server gebruiken om email te verzenden.