Fix nonfunctional send-problem-report.
[dcpomatic.git] / src / lib / emailer.h
index 8ec983f4368511e04d1cbfded031e3c6cddf380a..9d799c81ce639a68b68d8e88b4fa370744fa852b 100644 (file)
@@ -29,7 +29,7 @@ public:
        void add_bcc (std::string bcc);
        void add_attachment (boost::filesystem::path file, std::string name, std::string mime_type);
 
-       void send ();
+       void send (std::string server, int port, std::string user = "", std::string password = "");
 
        std::string notes () const {
                return _notes;