summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-07 22:35:49 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-07 22:35:49 +0100
commitd4bb9572785a19c394cff3242e2b9ebab7c5d31c (patch)
tree1060d64cd5716a0cc38ce9982205fbe394ee6b1d /src/lib
parent3b908673629f4a475abcf1aa56f3b03c60fca13a (diff)
Change problem reporting email address.
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/send_problem_report_job.cc2
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 ed78112e9..6a83873bc 100644
--- a/src/lib/send_problem_report_job.cc
+++ b/src/lib/send_problem_report_job.cc
@@ -109,7 +109,7 @@ SendProblemReportJob::run ()
body += "---<8----\n";
}
- Email email(_from, {"carl@dcpomatic.com"}, variant::insert_dcpomatic("%1 problem report"), body);
+ Email email(_from, {"report@dcpomatic.com"}, variant::insert_dcpomatic("%1 problem report"), body);
email.send("main.carlh.net", 2525, EmailProtocol::STARTTLS);
set_progress (1);