Create Account

You can signup to SMTPD via the api endpoint OR via https://app.smtpd.dev/signup

Signup and create an SMTPD account

POST https://api.smtpd.dev/api/v1/account

This endpoint allows you to create and SMTPD account, once the account has been created someone from SMTPD will contact you to manually verify the account before you can send email.

Request Body

{
  "account_id": "b1428eeb-2d55-4363-954e-a050bce8164e"
}

Last updated