Generate random disposable or permanent email addresses
Create random email accounts easily with MailSlurp's free email API. Generate randomized email addresses for testing or privacy with code or UI.
Create random email accounts with MailSlurp's free email API.
Why do we need random emails?
Randomized email accounts are useful for testing and privacy. MailSlurp is a free random email generator that can be used by anyone.
Sign up and create an inbox
You can sign up free and create real email addresses.
These email addresses can send and receive real emails and attachments.
Code or UI access
Create random email addresses in the online dashboard or programmatically in a number of languages.
Here is a brief example in Ruby:
inbox_controller = MailSlurpClient::InboxControllerApi.new
inbox = inbox_controller.create_inbox
expect(inbox.id).not_to be_nil
expect(inbox.email_address).to include("mailslurp.com")
See the developer pages for more information.