Create Account
Last updated
Last updated
You can signup to SMTPD via the api endpoint OR via https://app.smtpd.dev/signup
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.
Name | Type | Description |
---|---|---|
terms
boolean
Agree to our terms of service - https://smtpd.dev/terms-of-service
full_name
string
Full name of the root user.
plan_id
string
Plan UUID from /api/v1/billing/plans
endpoint.
country
string
The ISO 3166-1 3 letter country code for the account's location.
password
string
The root user password.
email_address
string
The email address of the root user for the account.
account_name
string
The company OR person's name for the account.