---
title: "Resend email to email address"
method: POST
path: "/v1/certificates/{certificateId}/email/{emailId}/resend/{emailAddress}"
tags: ["v1"]
---

# Resend email to email address

`POST /v1/certificates/{certificateId}/email/{emailId}/resend/{emailAddress}`

This method can be used to resend emails by providing the certificate id, the email id, and the recipient email address

## Path parameters

- `certificateId` string, required
- `emailId` string, required
- `emailAddress` string, required

## Response `204`

Email sent successfully

## Other responses

- `404` — Certificate not found
- `409` — Email Id not found
- `500` — Internal server error

---

[API](https://skmtc.net/godaddy/apis/untitled-api-2.md) · [All operations](https://skmtc.net/godaddy/apis/untitled-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/godaddy/untitled-api-2/versions/100b3aa2d7ee/schema)
