These are ‘test addresses’ you can use during the test or development phase for your project. They will not be counted against any quotas or limits that may be added to the system. (As of this writing, there aren’t any).


You need to click the ‘Allow Test Addresses’ setting in the Admin panel for these addresses to work. Other, non-test addresses will continue to work normally, and any billing or limits or costs on those addresses will work as normal. This setting is not recommended for Production!


BASIC TESTS

These always return the same thing, no matter what.


AddressValue
good@test.goodforms.comalways GOOD, no matter how often called
bad@test.goodforms.comalways BAD, no matter how often called
challenge@test.goodforms.comalways CHALLENGE
error@test.goodforms.comalways returns an error, simulates an ‘internal error’ on our end (will actually return HTTP Status code 500!)

DETAILED TESTS

These will return different values based on form configuration, and the health of the IP you are submitting from:


AddressValue
valid@test.goodforms.comThe default treatment for ‘valid’ addresses (almost always ‘GOOD’)
invalid@test.goodforms.comhowever your form handles ‘invalid’ addresses (always ‘BAD’)
unknown@test.goodforms.comThe default treatment for ‘Unknown’ addresses
catchall@test.goodforms.comThe default treatment for ‘Catch-all’ addresses

SPECIAL DELAY TEST:

This is good for testing how you will handle a slow response from our server:


AddressValue
slow-{mode}-{n}@test.goodforms.comwait ‘n’ seconds before returning ‘mode’ (for the above modes)

e.g. slow-good-15@test.goodforms.com would wait 15 seconds before returning a ‘good’ result (based on your form settings and number of submissions, etc.)


CERTIFICATION TESTS:

AddressValue
nocredits@test.goodforms.comA ‘GOOD’ verification, but when you submit it, and you try to certify it, it will act like you’re out of credits
badchecksum@test.goodforms.comA seemingly ‘GOOD’ verification, but it will fail certification

UNIQUENESS CHECKS:

You can use a google-style +something extension to guarantee uniqueness - e.g. -
good+123@test.goodforms.com - will always be GOOD