Offer notification Resent

This commit is contained in:
CHIEFSOFT\ameye
2023-08-01 06:47:15 -04:00
parent a50126070d
commit e41ea9019c
+3
View File
@@ -255,6 +255,9 @@ long WrenchJobPostNotifyOffer(CVars in, CVars &out){
map<const char*, const char*>f = pgsql_fetch_assoc(res, 0);
if (!f.empty()) {
logfmt(logINFO, "******* ~~~~ WrenchJobPostNotifyOffer()");
job_email(JOBS_OFFER_SENDTOME_MAIL, in, out); // the email will come from
out["status"] = "Completed";
out["status_msg"] = "offer_notification_resent";
ret = PHP_UPDATED_OK;
}
}