Mailrelay API Reference

Send confirmation email

POST /senders/{id}/send_confirmation_email

Send confirmation email to a send that isn't confirmed yet.

Parameters

NameTypeDescription
id integer ID of a sender that isn't confirmed

Responses

StatusDescription
204 Success
401 The API key wasn't sent or is invalid
404 Couldn't find record with provided ID.
422 A validation error ocurred. Check the response body for more information.
500 An internal error happened. Try again later.