Provided by: calibre_3.21.0+dfsg-1build1_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.

       Whenever you pass arguments  to  calibre-smtp  that  have  spaces  in  them,  enclose  the
       arguments in quotation marks. For example: "/some path/with spaces"

[選項]

       --fork, -f
              Fork and deliver message in background. If you use this option, you should also use
              --outbox to handle delivery failures.

       --help, -h
              顯示此幫助信息並退出

       --localhost, -l
              Host name of localhost. Used when connecting to SMTP server.

       --outbox, -o
              Path to maildir folder to store failed email messages in.

       --timeout, -t
              Timeout for connection

       --verbose, -v
              Be more verbose

       --version
              顯示程序版本號並退出

   COMPOSE MAIL
       Options to compose an email. Ignored if text is not specified

       --attachment, -a
              File to attach to the email

       --subject, -s
              Subject of the email

   SMTP RELAY
       Options to use an SMTP relay server to send mail. calibre  will  try  to  send  the  email
       directly unless --relay is specified.

       --encryption-method, -e
              請選擇連線至轉發伺服器的加密方式。你可以選擇TLS、SSL、NONE,預設值為TLS,請注意:選
              擇NONE是高度危險的。

       --password, -p
              Password for relay

       --port 連接至轉發伺服器的連接埠,預設使用SSL加密埠465,Port25是不被接受的。

       --relay, -r
              An SMTP relay server to use to send mail.

       --username, -u
              Username for relay

AUTHOR

       Kovid Goyal

COPYRIGHT

       Kovid Goyal