How to put company name in email for new job application
When someone applies for a job, can it have the company name in the email?
Does anyone know how to add that field in the email the admin gets? Currently it just says the job and it is a problem when you have 15 manager jobs and all have the same title but are from different companies.
code:
// CC Person applying copy... This is the email the person who applies for the job would get.
wp_mail( $posted['your_email'], __('This is a copy of your application from my Website for job "', APP_TD).$post->post_title.'"', $message, '', $attachments );
how do I add company to the email code above?
help!
Thanks!!!
Em