---
title: "Add a single sender email"
method: POST
path: "/single_sender_emails/add"
tags: ["SINGLE SENDER EMAILS"]
---

# Add a single sender email

`POST /single_sender_emails/add`

Use the API to add a single sender email address to your account, to use from which to send mail. If the email address has previously been added and not yet verified, this action will simply resend the verification email.

## Request body

- object
  - `email_address` string, required — The email address that you wish to send emails from
  - `message` string — (Optional) If provided, will add a text only message to the email.
  - `subaccount_id` string — If you wish to make this API call on behalf of a subaccount then include its unique ID here

## Response `200`

Single sender email added

- object
  - `request_id` string, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
