Allow SMTP sender to be set. Closes #7575.

This commit is contained in:
Chocobo1
2017-10-25 20:58:01 +08:00
parent acdb7a27dc
commit fc0628d35b
7 changed files with 44 additions and 19 deletions

View File

@@ -145,7 +145,7 @@ private:
void initializeTranslation();
void processParams(const QStringList &params);
void runExternalProgram(BitTorrent::TorrentHandle *const torrent) const;
void sendNotificationEmail(BitTorrent::TorrentHandle *const torrent);
void sendNotificationEmail(const BitTorrent::TorrentHandle *torrent);
void validateCommandLineParameters();
};