X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Femailer.h;h=4ceedb9beade87a0426dbf61e9d0deb6ea0d4eeb;hb=561eed2dc9978e890a020b6435ceb0333bb69a61;hp=0309b134d17c16fca408fc8daecbb680a4133900;hpb=ceb0456d3dd141ec9ac4ddb99f42b0df390d1c6e;p=dcpomatic.git diff --git a/src/lib/emailer.h b/src/lib/emailer.h index 0309b134d..4ceedb9be 100644 --- a/src/lib/emailer.h +++ b/src/lib/emailer.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2015 Carl Hetherington + Copyright (C) 2015-2019 Carl Hetherington This file is part of DCP-o-matic. @@ -30,7 +30,7 @@ public: void add_bcc (std::string bcc); void add_attachment (boost::filesystem::path file, std::string name, std::string mime_type); - void send (std::string server, int port, std::string user = "", std::string password = ""); + void send (std::string server, int port, EmailProtocol protocol, std::string user = "", std::string password = ""); std::string notes () const { return _notes;