Stop double-calculation of hashes.
[dcpomatic.git] / src / lib / emailer.h
index c8ebac7b6c1a1fac883d2a463005349f05fba727..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 (boost::shared_ptr<Job> job);
+       void send (std::string server, int port, std::string user = "", std::string password = "");
 
        std::string notes () const {
                return _notes;