Skip to content

Admin Notification #27

Answered by anantajitjg
ninjart asked this question in Q&A
Sep 27, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

For this, you can use the awsm_jobs_admin_notification_mail_headers hook and update the cc field for the email to send the notification.

/**
* Filters the admin notification mail headers.
*
* @since 1.4
*
* @param array $headers Additional headers
* @param array $applicant_details Applicant details
*/
$admin_headers = apply_filters(
'awsm_jobs_admin_notification_mail_headers',
array(
'content_type' => 'Content-Type: text/html; charset=UTF-8',
'from' => sprintf( 'From: %1$s <%2$s>', $from, $admin_from_email ),
'reply_to' => 'Re…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ninjart
Comment options

@anantajitjg
Comment options

Answer selected by anantajitjg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants