Commit 2f6483e4 authored by Reshmi's avatar Reshmi
Browse files

Upload schedule changes

parent 39d8b61d
1 merge request!21Added scheduler and upload API
Showing with 1 addition and 1 deletion
+1 -1
......@@ -333,7 +333,7 @@ const performBackgroundTask = async () => {
var email = emailTemplate.replace("${applicantName}",formSubmissionObj[0].institute.name);
const emailData = {
"recipientEmail":[formSubmissionObj[0].institute.email],
"emailSubject":"Inspection scheduled for KSIT",
"emailSubject":"Inspection scheduled for "+formSubmissionObj[0].institute.name,
"emailBody":email
};
sendEmailNotification(emailData);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment