diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-03-28 23:10:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-03-28 23:10:56 +0000 |
| commit | e075012124424b77044b5d61885ed2646d3781cd (patch) | |
| tree | 2dcbb52ee8d7871c7764dcfda49f9afeea11d656 /src/lib/send_problem_report_job.cc | |
| parent | bfb4de070d078fb4b4ea7cd4dc931439058c7a85 (diff) | |
Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138
Diffstat (limited to 'src/lib/send_problem_report_job.cc')
| -rw-r--r-- | src/lib/send_problem_report_job.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/send_problem_report_job.cc b/src/lib/send_problem_report_job.cc index aac2b6e66..11f700de0 100644 --- a/src/lib/send_problem_report_job.cc +++ b/src/lib/send_problem_report_job.cc @@ -101,7 +101,7 @@ SendProblemReportJob::run () to.push_back ("carl@dcpomatic.com"); Emailer emailer (_from, to, "DCP-o-matic problem report", body); - emailer.send ("main.carlh.net", 2525); + emailer.send ("main.carlh.net", 2525, EMAIL_PROTOCOL_STARTTLS); set_progress (1); set_state (FINISHED_OK); |
