> 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.0/mss-extension-functions-mss-kalipso/email/4001-email-send-report.md).

# 4001 - (Email) Send report

4001 - (Email) Send report

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

*Input Parameters (event before):*

* 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”;

*Input Parameters* *(event replace):*

* 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”;

*Input Parameters (event after):*

* 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”;
