# SendEmail

**Kind:** API Endpoint

**Source:** `Pams/API/Pams.API/Controllers/EmailController.cs` (line 272)

**Part of:** [Pams](subsystem-pams)

## Endpoint

`POST `

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `ToAddress` | query | `string` | ✓ |  |
| `Subject` | query | `string` | ✓ |  |
| `HTMLText` | query | `string` | ✓ |  |
| `TemplateFileName` | query | `string` | ✓ |  |

## Used by

3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

### Declared in (1)

- `EmailController` — `Pams/API/Pams.API/Controllers/EmailController.cs`:14

### Imported by (2)

- `PersonController` — `Pams/API/Pams.API/Controllers/Person/PersonController.cs`:36
- `ActivitiesController` — `Pams/API/Pams.API/Controllers/Tasks/Activities/ActivitiesController.cs`:17
