> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/mss-extensibility/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-mss-to-kalipso/email/4001-email-send-report.md).

# 4001 - Send report

MSS 5.1 - Extensibility - Functions MSS to Kalipso - Email - 4001 - Send report

4001 - Send report

| Event               | Extension action set  | Description                                          |
| ------------------- | --------------------- | ---------------------------------------------------- |
| [Before ](#before)  | EXT\_4001\_1\_Before  | Will be executed before MSS sends a report by email; |
| [Replace](#replace) | EXT\_4001\_2\_Replace | Will replace MSS send report by email process;       |
| [After](#after)     | EXT\_4001\_3\_After   | Will be executed after sending a report by email;    |

### Before

*Input Parameters*

* inDescription – Description created by MSS to send the report, ex. “Sending report List of Sales”;
* inReportName – Name of the report, ex. “List of Sales”;
* inReportFile – Name of the report file, ex. “ListofSales.txt”;

### Replace

*Input Parameters*

* inDescription – Description created by MSS to send the report, ex. “Sending report List of Sales”;
* inReportName – Name of the report, ex. “List of Sales”;
* inReportFile – Name of the report file, ex. “ListofSales.txt”;

### After

*Input Parameters*

* inDescription – Description created by MSS to send the report, ex. “Sending report List of Sales”;
* inReportName – Name of the report, ex. “List of Sales”;
* inReportFile – Name of the report file, ex. “ListofSales.txt”;
