From e075012124424b77044b5d61885ed2646d3781cd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 28 Mar 2019 23:10:56 +0000 Subject: Allow explicit specification of email protocol (plain/STARTTLS/SSL). --- src/tools/dcpomatic.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tools') diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index dcf6d7f49..1b46e2292 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -1031,7 +1031,7 @@ private: list to; to.push_back ("carl@dcpomatic.com"); Emailer emailer (d->email(), to, "DCP-o-matic translations", body); - emailer.send ("main.carlh.net", 2525); + emailer.send ("main.carlh.net", 2525, EMAIL_PROTOCOL_STARTTLS); } d->Destroy (); -- cgit v1.2.3