# Sends an Email **POST /mail/{id}/send** Sends an email through one of your mail orders. *Note*: If you want to send to multiple recipients or use file attachments use the advsend (Advanced Send) call instead. ## Servers - Live API Endpoint: https://my.interserver.net/apiv2 (Live API Endpoint) ## Authentication methods - Api key auth - Session id header auth - Session id cookie auth ## Parameters ### Path parameters - **id** (integer) Mail ID number ### Body: application/json (object) - **to** (string) The Contact whom is the primary recipient of this email. - **from** (string) The contact whom is the this email is from. - **subject** (string) The subject or title of the email - **body** (string) The main email contents. ## Responses ### 200 search results matching criteria #### Body: application/json (object) - **status** (string) - **text** (string) ### 400 The specified resource was not found #### Body: application/json (object) - **code** (string) - **message** (string) ### 401 Unauthorized #### Body: application/json (object) - **code** (string) - **message** (string) ### 404 The specified resource was not found #### Body: application/json (object) - **code** (string) - **message** (string) [Powered by Bump.sh](https://bump.sh)