summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-28 23:10:56 +0000
committerCarl Hetherington <cth@carlh.net>2019-03-28 23:10:56 +0000
commite075012124424b77044b5d61885ed2646d3781cd (patch)
tree2dcbb52ee8d7871c7764dcfda49f9afeea11d656 /src/tools
parentbfb4de070d078fb4b4ea7cd4dc931439058c7a85 (diff)
Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/dcpomatic.cc2
1 files changed, 1 insertions, 1 deletions
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<string> 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 ();