X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsend_notification_email_job.cc;h=f40e8fefa023e5099ebbe8ff2e92425436880778;hb=213afdc4e9399e3f2aaea3df54ab79535d43045e;hp=2dd1f63f269f7558af4b40523c66331a257cf786;hpb=9f125fddff88bf62d36381f9d3f09e5240b033d5;p=dcpomatic.git diff --git a/src/lib/send_notification_email_job.cc b/src/lib/send_notification_email_job.cc index 2dd1f63f2..f40e8fefa 100644 --- a/src/lib/send_notification_email_job.cc +++ b/src/lib/send_notification_email_job.cc @@ -67,7 +67,7 @@ SendNotificationEmailJob::run () auto config = Config::instance (); if (config->mail_server().empty()) { - throw NetworkError (_("No mail server configured in preferences")); + throw MissingConfigurationError(_("No outgoing mail server configured in the Email tab of preferences")); } set_progress_unknown ();