diff options
author | Jayaram R Pai | 2014-07-24 12:17:52 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-07-24 12:17:52 +0530 |
commit | 72be1d78db682c29bc9ceb45364380d96fcb7826 (patch) | |
tree | c1eed8b8bfdf32d098abea8818fab909588f3e27 | |
parent | 074dd2bfe2a3370fe72082a9227f3d9a343b560d (diff) | |
download | job_portal-72be1d78db682c29bc9ceb45364380d96fcb7826.tar.gz job_portal-72be1d78db682c29bc9ceb45364380d96fcb7826.tar.bz2 job_portal-72be1d78db682c29bc9ceb45364380d96fcb7826.zip |
fixed notification email subject
-rw-r--r-- | job_portal.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job_portal.module b/job_portal.module index 4a2b178..aa95089 100644 --- a/job_portal.module +++ b/job_portal.module @@ -143,7 +143,7 @@ $to = "jobs@fossee.in"; $cc = $emails; $bcc = "rush2jrp@gmail.com"; - $subject = "Job Application - Python Developer"; + $subject = "Job Application - {$position}"; $message = " <p><strong>{$v['name']}</strong> has applied for the post of <strong>{$position}</strong>.</p> |