mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
Allow SMTP sender to be set. Closes #7575.
This commit is contained in:
parent
acdb7a27dc
commit
fc0628d35b
7 changed files with 44 additions and 19 deletions
|
@ -139,6 +139,8 @@ public:
|
|||
void setScanDirsLastPath(const QString &path);
|
||||
bool isMailNotificationEnabled() const;
|
||||
void setMailNotificationEnabled(bool enabled);
|
||||
QString getMailNotificationSender() const;
|
||||
void setMailNotificationSender(const QString &mail);
|
||||
QString getMailNotificationEmail() const;
|
||||
void setMailNotificationEmail(const QString &mail);
|
||||
QString getMailNotificationSMTP() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue