Provided by: calibre_4.99.4+dfsg+really4.12.0-1ubuntu1_all bug

NAME

       calibre-smtp - calibre-smtp

          calibre-smtp [options] [from to text]

       Send  mail  using  the  SMTP  protocol.  calibre-smtp has two modes of operation. In the compose mode you
       specify from to and text and these are used to build and send an  email  message.  In  the  filter  mode,
       calibre-smtp reads a complete email message from STDIN and sends it.

       text  is  the body of the email message.  If text is not specified, a complete email message is read from
       STDIN.  from is the email address of the sender and to is the email address  of  the  recipient.  When  a
       complete email is read from STDIN, from and to are only used in the SMTP negotiation, the message headers
       are not modified.

       每当向具有它们自己空间的:command:
       `
       calibre-smtp`传递参数时,用引号括起这些参数。例如: "/some path/with spaces"

[选项]

       --fork, -f
              在后台发送邮件。如果使用此选项, 还应使用 --outbox 处理传递失败。

       --help, -h
              显示此帮助信息并退出

       --localhost, -l
              本机的主机名。连接到 SMTP 服务器时使用。

       --outbox, -o
              在邮件文件夹中存储失败电子邮件的路径。

       --timeout, -t
              连接超时

       --verbose, -v
              更详细

       --version
              显示程序版本号并退出

   COMPOSE MAIL
       撰写电子邮件的选项。如果正文未设置,将被忽略。

       --attachment, -a
              选择邮件附件

       --subject, -s
              邮件标题

   SMTP RELAY
       使用SMTP中继服务器发送邮件的选项。calibre 将尝试直接发送电子邮件,除非 --relay 已经指定。

       --cafile
              一个以PEM格式连接的CA证书文件(用于在使用TLS时验证服务器证书)的路径。默认情况下,使用系统CA证书。

       --dont-verify-server-certificate
              在使用TLS连接时不验证服务器证书。这是caliber  3.27版之前的默认行为。如果要使用带有自签名证书或其他
              无效证书的中继,则可以使用此选项恢复之前3.27版的行为

       --encryption-method, -e
              连接到中继时使用的加密方式。选项有  TLS、SSL  和  NONE(无),默认是 TLS。警告:选择 NONE 十分不安
              全。

       --password, -p
              中继的密码

       --port 中继服务器的端口。默认是 465(SSL 加密)和 25(不加密)。

       --relay, -r
              发送邮件使用的 SMTP 中继服务器

       --username, -u
              中继的用户名

AUTHOR

       Kovid Goyal

COPYRIGHT

       Kovid Goyal