> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/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/kalipso5/developing/form/actions/actions-description/group-email/smtp-connect.md).

# SMTP Connect

Kalipso - Form - Actions - Actions Description - Group Email - SMTP Connect

Connect to a SMTP server.

Action available for the following operating systems:

![](https://3821468174-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTlA1suFa5N48x_83N%2F-MGIW3wIXgRupIGNu8-p%2F-MGIiDGuNcrVFP-DbUma%2FTodos.PNG?alt=media\&token=406123c5-e2bb-4ec6-8044-9533b8686f6f)

### Parameters

* **Server** *\<string> -* The IP Adrress of the SMTP Server.
* **Port** *\<numeric> -* The port to communicate with the SMTP Server.
* **User** *\<string> -* The username to connect with the SMTP Server.
* **Password** *\<string> -* The password associated with the defined username.
* **Secure Connection** *\<unquoted string> -* Defines if the user wants to establish a secure connection or not. The possible values are:
  * Yes
  * No
  * dynamic
* **Issue Start TLS** *\<unquoted string> -* Defines if the user wants to establish a connection with Start TLS or not. The possible values are:
  * Yes
  * No
  * dynamic
