fix: email on job creation

This commit is contained in:
Jannat Patel
2021-12-30 13:08:52 +05:30
parent aa81426189
commit 5a1bdc156d
9 changed files with 54 additions and 10 deletions

View File

@@ -0,0 +1,10 @@
Hey,
A new Job Opportunity has been created.
<p>Company Name: {{ doc.company_name}}</p>
<p>Job Title: {{ doc.job_title}}</p>
<p>Job Location: {{ doc.location}}</p><br>
<p>Job Description: {{ doc.description}}</p><br>
<p>Find all the posted jobs <a href="{{ frappe.utils.get_url() }}/app/job-opportunity">here</a>.</p><br>