diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-07 22:35:49 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-07 22:35:49 +0100 |
| commit | d4bb9572785a19c394cff3242e2b9ebab7c5d31c (patch) | |
| tree | 1060d64cd5716a0cc38ce9982205fbe394ee6b1d /src/lib | |
| parent | 3b908673629f4a475abcf1aa56f3b03c60fca13a (diff) | |
Change problem reporting email address.
Diffstat (limited to 'src/lib')
| -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 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); |
