summaryrefslogtreecommitdiff
path: root/src/lib/emailer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/emailer.h')
-rw-r--r--src/lib/emailer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/emailer.h b/src/lib/emailer.h
index 8ec983f43..9d799c81c 100644
--- a/src/lib/emailer.h
+++ b/src/lib/emailer.h
@@ -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;