diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-04 02:14:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-04 02:14:07 +0000 |
| commit | 09e864110e299b1c9c78ee835fb77dfad6f6bcc5 (patch) | |
| tree | 7f675520167a3c225863c5ea30a07e13b76a4e08 /src/lib/emailer.h | |
| parent | 6d3d54bf40165ac2f082327297cb717705a36ba4 (diff) | |
Fix nonfunctional send-problem-report.
Diffstat (limited to 'src/lib/emailer.h')
| -rw-r--r-- | src/lib/emailer.h | 2 |
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; |
