X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fsend_notification_email_job.cc;fp=src%2Flib%2Fsend_notification_email_job.cc;h=a2f3016f9757e266facd55ec972f19c134e3b1c4;hp=f40e8fefa023e5099ebbe8ff2e92425436880778;hb=f610a8708f11d6052a995f31cd506bc93faafa1c;hpb=08eb6cc9958c200ae90d376cb521bde930144c09 diff --git a/src/lib/send_notification_email_job.cc b/src/lib/send_notification_email_job.cc index f40e8fefa..a2f3016f9 100644 --- a/src/lib/send_notification_email_job.cc +++ b/src/lib/send_notification_email_job.cc @@ -22,7 +22,7 @@ #include "send_notification_email_job.h" #include "exceptions.h" #include "config.h" -#include "emailer.h" +#include "email.h" #include "compose.hpp" #include "i18n.h" @@ -71,7 +71,7 @@ SendNotificationEmailJob::run () } set_progress_unknown (); - Emailer email (config->notification_from(), { config->notification_to() }, config->notification_subject(), _body); + Email email(config->notification_from(), { config->notification_to() }, config->notification_subject(), _body); for (auto i: config->notification_cc()) { email.add_cc (i); }