# Mail

You can send mail to the defined mail addresses of users in inSCADA. On the Mail screen you will see a list of sent emails. When you press the <img src="https://3585470428-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLGnZudlzfM63QD-_cp%2F-LjH706yfqdlRNwWi5Cn%2F-LjH80jwQ8_zCqfHdAZR%2Fsettings.png?alt=media&#x26;token=b6ee807b-afbd-4ac5-ae5d-ebb2acbb9c36" alt="" data-size="line"> button on the top right, you can set the email address from which inSCADA will send email.

![Mail](https://3585470428-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LLGnZudlzfM63QD-_cp%2F-LjW43kKfVjEyDudHOXF%2F-LjW58C9vSTAwuorLYQB%2FMail.png?alt=media\&token=a962a8b9-e195-4389-9042-82237103a21a)

Using the search form on the right, you can filter the emails sent to your list.&#x20;

Emails from inSCADA are made with the ins.sendMail(..) API. You can use your email scripts in any script field in inSCADA. inSCADA içerisinden mailler ins.sendMail(..) API'si ile yapılır. Mail gönderme scriptlerinizi inSCADA içerisinde herhangi bir script alanında kullanabilirsiniz. For example, a mail script of the alarm groups, that you will connect to, will send an email in case of any of the alarms becomes ON.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inscada.gitbook.io/ins/en-1/user-interface/development/mail.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
