Title: administration email template customization
Last modified: June 11, 2018

---

# administration email template customization

 *  Resolved [sideeq313](https://wordpress.org/support/users/sideeq313/)
 * (@sideeq313)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/administration-email-template-customization/)
 * Hi,
    I have a query, how to customize mail body template. in which section of
   dashboard have this configuration settings. please help me for resolving the 
   same.
 * Thanks

Viewing 1 replies (of 1 total)

 *  Plugin Author [Farhan Noor](https://wordpress.org/support/users/farhannoor/)
 * (@farhannoor)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/administration-email-template-customization/#post-10386491)
 * Hi Sideeq
 * That is a generic email alert for website admins only hence a special section
   is not provided for it. However it is extendable & you can completely modify 
   an email message using the Filter hook provided below:
 * `apply_filters('aol_email_notification', $message, $post_id);`
 * **$message _string_** EMail message to be sent.
    **$post_id _int_** Post id of
   the relevant ad.
 * There is a more advanced hook available:
    `apply_filters('aol_email', array('
   to' => $emails, 'subject' => $subject, 'message' => $message, 'headers' => $headers,'
   attachments' => $attachments), $post_id, $post, $uploads);`
 * Best Regards

Viewing 1 replies (of 1 total)

The topic ‘administration email template customization’ is closed to new replies.

 * ![](https://ps.w.org/apply-online/assets/icon-256x256.jpg?rev=1539935)
 * [ApplyOnline - Application Form Builder and Manager](https://wordpress.org/plugins/apply-online/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/apply-online/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/apply-online/)
 * [Active Topics](https://wordpress.org/support/plugin/apply-online/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/apply-online/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/apply-online/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Farhan Noor](https://wordpress.org/support/users/farhannoor/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/administration-email-template-customization/#post-10386491)
 * Status: resolved