Confirmation email cannot be sent
422 · confirmation_unavailable
Why you got this
This list asks new members to confirm by email, and the account's from address is not on a verified sending domain, so that email cannot go out.
What to do
The account owner needs to verify a sending domain in Settings and set a from address on it. Until then, use a list that does not ask for confirmation, or pass this on to the owner. Safe to retry once it is done.
How it arrives
Every failure on the API is an RFC 7807 problem document, sent asapplication/problem+json. Branch on type — or on its last segment, which is the code above — rather than ontitle or detail, which are prose and may be reworded.
{
"type": "https://emailfig.com/docs/errors/confirmation_unavailable",
"title": "Confirmation email cannot be sent",
"status": 422
}Every code
account_closing— Account is closingconfirmation_unavailable— Confirmation email cannot be sentcontact_cleaned— Address is marked cleanedinvalid_api_key— Invalid or missing API keymalformed_request— Malformed requestnot_found— Not foundrate_limited— Rate limit exceededserver_error— Something went wrong on our endsuppressed_cannot_resubscribe— Address cannot be resubscribedvalidation_failed— Validation failed