# Sends an Email with Advanced Options **POST /mail/{id}/advsend** Sends An email through one of your mail orders allowing additional options such as file attachments, cc, bcc, etc. Sends An email through one of your mail orders allowing additional options such as file attachments, cc, bcc, etc. ## 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) - **subject** (string) The subject or title of the email - **body** (string) The main email contents. - **from** (object) An email contact. - **to** (array[object]) A list of destionation email addresses to send this to - **replyto** (array[object]) (optional) A list of email addresses that specify where replies to the email should be sent instead of the _from_ address. - **cc** (array[object]) (optional) A list of email addresses to carbon copy this message to. They are listed on the email and anyone getting the email can see this full list of Contacts who received the email as well. - **bcc** (array[object]) (optional) list of email addresses that should receive copies of the email. They are hidden on the email and anyone gettitng the email would not see the other people getting the email in this list. - **attachments** (array[object]) (optional) File attachments to include in the email. The file contents must be base64 encoded! - **id** (integer(int64)) (optional) ID of the Mail order within our system to use as the Mail Account. ## 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)