qbt server settings email - fedarovich/qbittorrent-cli GitHub Wiki
Manages e-mail notifications.
qbt server settings email [options]
qbt server settings e-mail [options]
qbt server settings mail [options]
Option | Description |
---|---|
--enabled <BOOL> -e <BOOL>
|
Enables/disables e-mail notifications. |
--address <ADDRESS> -a <ADDRESS>
|
E-mail address. |
--from <ADDRESS> -f <ADDRESS>
|
From e-mail address. Requires qBittorrent 4.1.5 or later. |
--smtp <SERVER> -s <SERVER>
|
SMTP server URL. |
--ssl <BOOL> -S <BOOL>
|
Enables/disable SSL for sending e-mails. |
--smtp-auth <BOOL> -A <BOOL>
|
Enables/disables sending credentials to SMTP server. |
--smtp-username -u
|
SMTP server username. |
--smtp-password -p
|
SMTP server password. |
--ask-smtp-password -P
|
Ask user to enter SMTP server password. |
--format <OBJECT_FORMAT> -F <OBJECT_FORMAT>
|
Output format: list | csv | json | property |
--url <SERVER_URL>
|
QBittorrent Server URL |
--username <USERNAME>
|
User name |
--password <PASSWORD>
|
User password |
--ask-for-password |
Ask the user to enter a password in a secure way. |
--help -h -?
|
Show help information |
Run this command without options too see the current settings.
See https://github.com/fedarovich/qbittorrent-cli/wiki/Output-Formats for more information about output formats.