Free throw away email that auto-activates, extracts links, displays full content, and gets shared with security researchers to build better malware detection systems.
Mailbox | Message Count | Last Message |
---|---|---|
spameri@tiscali.it | 100 | 2024-11-13 19:46:50.124989 |
cnet@lacedmail.com | 100 | 2024-11-13 19:11:36.042402 |
joe@lacedmail.com | 100 | 2024-11-13 19:10:01.538040 |
user@lacedmail.com | 24 | 2024-11-13 19:06:06.893804 |
theinformation@lacedmail.com | 100 | 2024-11-13 19:02:22.951083 |
a@lacedmail.com | 100 | 2024-11-13 19:01:42.942592 |
anythingyouwant@lacedmail.com | 100 | 2024-11-13 19:01:28.963226 |
somethingrandom@lacedmail.com | 100 | 2024-11-13 19:01:25.737665 |
medievaltimes@lacedmail.com | 100 | 2024-11-13 18:46:17.860884 |
homedepot@lacedmail.com | 100 | 2024-11-13 18:21:06.147354 |
Use any @lacedmail.com
email address to keep your information safe and stay free from spam!
1. Register an account on a website using any @lacedmail.com
. For instance, let's use website@lacedmail.com
.
2. Visit the Recent Messages List and open the website@lacedmail.com
mailbox.
3. Receive activation emails and content download links without ever giving up your real email address.
Want email outside of your browser? Access mailboxes programatically for security research, email workflow testing, and more!
First fetch a mailbox to get a list of messages, check out the documentation for more detail.
>>> requests.get('https://api.lacedmail.com/v1/mailbox?email=anything@lacedmail.com').json()
{'messages': [{'message_id': '2020_04_09_1586440611.955939-71d1d36b-2cda-4b54-bae9-24c1598c23e9_', ...}]}
Then Fetch an individual message by its ID. You can request a screenshot, urls, metadata and more!
>>> requests.get('https://api.lacedmail.com/v1/message/links?message_id=2020_04_09_1586440611.955939-71d1d36b-2cda-4b54-bae9-24c1598c23e9_').json()
{'a_hrefs': [ 'https://ablink.message.com/', ... ], 'img_srcs': [ 'https://appbody-images.com/original.png, ... ] }
Learn more in the API Documentation