> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum SenderMailMode

> Sender email mode

Sender email mode

## Syntax

```crmscript theme={null}
SenderMailMode
```

## Fields

| Name              | Description                                              |
| ----------------- | -------------------------------------------------------- |
| UseDefaultSender  | Use default sender, saved in template SenderEmailAddress |
| UseOurContact     | Use persons our contact email address                    |
| UseSupportContact | Use persons support contact.                             |
| UseLoggedInUser   | Use logged in user.                                      |


## Related topics

- [Enum values for SenderMailMode](/en/database/tables/enums/sendermailmode.md)
- [SuperOffice.WebApi.Data.SenderMailMode](/en/api/reference/webapi/SuperOffice.WebApi.Data.SenderMailMode.md)
- [DocTmpl table](/en/database/tables/doctmpl.md)
- [SuperOffice.WebApi.Data.DocumentTemplateEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.DocumentTemplateEntity.md)
- [NSDocumentTemplateEntity](/en/automation/crmscript/reference/CRMScript.NetServer.NSDocumentTemplateEntity.md)
- [Enum Registry](/en/automation/crmscript/reference/CRMScript.NetServer.Registry.md)
