# edd_email_template_{template name}

 This action runs in the body section of the emailed purchase receipt. It is used to rendering the HTML structure of each purchase receipt template.

```
do_action( &#039;edd_email_template_&#039; . $template_name );
```