Title: Edit Email Notification Template
Last modified: November 27, 2018

---

# Edit Email Notification Template

 *  Resolved [dcrosbie](https://wordpress.org/support/users/dcrosbie/)
 * (@dcrosbie)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-template-2/)
 * Is there a hook/filter or template file that I can duplicate into my child theme
   so that I can customise the outgoing email that is sent when an auto-update happens
   on my site? I want to be able to send my client an customizes email update that
   says your website has received an update, please contact me at XXXX email if 
   there are any problems.

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Ronald Huereca](https://wordpress.org/support/users/ronalfy/)
 * (@ronalfy)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-template-2/#post-10985522)
 * There are three hooks:
 * `auto_core_update_send_email`
    `send_core_update_notification_email` `automatic_updates_send_debug_email`
 * Unfortunately, none of those hooks allow you to change the email being sent, 
   but rather enable/disable them.
 * What you can do is disable those filters, hook into the `automatic_updates_complete`
   action, and create an email from there that will customize the output.

Viewing 1 replies (of 1 total)

The topic ‘Edit Email Notification Template’ is closed to new replies.

 * ![](https://ps.w.org/stops-core-theme-and-plugin-updates/assets/icon-256x256.
   png?rev=1896941)
 * [Easy Updates Manager](https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/stops-core-theme-and-plugin-updates/)
 * [Active Topics](https://wordpress.org/support/plugin/stops-core-theme-and-plugin-updates/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/stops-core-theme-and-plugin-updates/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/stops-core-theme-and-plugin-updates/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Ronald Huereca](https://wordpress.org/support/users/ronalfy/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/edit-email-notification-template-2/#post-10985522)
 * Status: resolved