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( '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( 'edd_email_template_' . $template_name );