# give/2.3.0/templates/emails/body.php

GiveWP – Donation Plugin and Fundraising Platform, version 2.3.0. 14 lines.

- Page: https://pluginprobe.com/plugins/give/2.3.0/code/templates/emails/body.php
- Raw: https://pluginprobe.com/plugins/give/2.3.0/raw/templates/emails/body.php
- Modified: 2018-05-03T03:28:36+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/give/2.3.0/code/templates/emails/body.php#L10-L20`.

```php
<?php
/**
 * Email Header
 *
 * @package 	Give/Templates/Emails
 * @version     1.0
 */

if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly.

// {email} is replaced by the content entered in Donations > Settings > Emails

?>
{email}
```
