# SendEmailFull

**Kind:** API Endpoint

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

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

## Endpoint

`POST `

| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
| `MailServer` | query | `string` | ✓ |  |
| `FromName` | query | `string` | ✓ |  |
| `FromEmail` | query | `string` | ✓ |  |
| `FromPassword` | query | `string` | ✓ |  |
| `UseSSL` | query | `bool` | ✓ |  |
| `Port` | query | `int` | ✓ |  |
| `ToAddress` | query | `string` | ✓ |  |
| `Subject` | query | `string` | ✓ |  |
| `HTMLText` | query | `string` | ✓ |  |
| `TemplateFileName` | query | `string` | ✓ |  |

## Used by

1 reference from 1 file. 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
