test
Find a file
2026-01-06 16:03:08 +01:00
.github [Chore]: Misc. V2 patches 2026-01-03 17:00:39 +01:00
application [Chore]: Add API note in footer, make footer cleaner, make API opt-in 2026-01-06 14:07:58 +01:00
domain [Chore]: Rename legacy functions 2026-01-06 16:03:08 +01:00
infrastructure/web [Chore]: Rename legacy functions 2026-01-06 16:03:08 +01:00
scripts [Chore]: Add API smoke test script. 2026-01-06 13:55:28 +01:00
.env.example [Chore]: Update config 2026-01-05 10:45:28 +01:00
.gitignore [Feat]: Update Config structure, add more feature flags, fix 302s 2026-01-05 04:50:53 +01:00
app.js [Chore]: Tiny CLI change 2026-01-06 14:57:49 +01:00
app.json [AI][Feat]: Stats V2 2026-01-03 19:42:49 +01:00
docker-compose.yml [Chore]: Updated Docker build 2026-01-03 15:38:23 +01:00
Dockerfile [Chore]: Updated Docker build 2026-01-03 15:38:23 +01:00
LICENSE Initial commit 2023-11-01 11:29:05 +01:00
package-lock.json [AI][Feat]: Add API 2026-01-05 10:29:12 +01:00
package.json [AI][Feat]: Add API 2026-01-05 10:29:12 +01:00
README.md [Chore]: Update readme 2026-01-05 05:21:46 +01:00
schema.sql [AI][Feat]: Add API 2026-01-05 10:29:12 +01:00

48hr.email

Official InstanceExample InboxDiscord



What is this?

48hr.email is my very own tempmail service. You can create emails on the fly with one click, not needing to worry about corporations do with your email. They can sell that one all they want!

All data is being removed 48hrs after they have reached the mail server.



Features

  • Custom or Random Inboxes - Choose your own address or get one instantly
  • Real-time Updates - Live email reception with Socket.IO and browser notifications
  • Full Email Rendering - HTML, CSS, JavaScript support with attachment downloads
  • Raw Email View - Inspect headers, MIME structure, and source
  • Cryptographic Key Detection - Automatic PGP key and signature display
  • QR Code Generation - Easy mobile access to your inbox
  • Dark/Light Theme - Fully responsive design with theme toggle
  • Optional User Accounts - Email forwarding and inbox locking (requires SMTP)
  • Optional Statistics - Real-time metrics, historical analysis, and predictive charts
  • Highly Configurable - Customize purge time, domains, branding, features, and limits via .env


Screenshots

Homepage Account Panel Stats Page
Inbox Email using HTML and CSS Attachments and Cryptographic Keys view


How does this work?

48hr.email uses an existing IMAP server for its handling. A single catch-all account and the accompanying credentials handle all the emails.



How can I set this up myself?

Prerequisites:

  • Mail server with IMAP (Optionally also SMTP for registration and protected features)
  • One or multiple domains dedicated to this
  • git & nodejs

Option 1 - bare-metal install

Setup:

git clone https://github.com/Crazyco-xyz/48hr.email.git
cd 48hr.email
npm i

Change all settings to the desired values:

  • Either use environmental variables, or modify .env (see .env.example)
npm run start

Service file example:

[Unit]
Description=48hr-email
After=network-online.target

[Service]
Type=exec
User=user
Group=user

WorkingDirectory=/opt/48hr-email
ExecStart=npm run start

Restart=on-failure
TimeoutStartSec=0
RestartSec=5s

[Install]
WantedBy=multi-user.target
Option 2 - Docker

Setup:

git clone https://github.com/Crazyco-xyz/48hr.email.git
cd 48hr.email

Change all settings to the desired values:

  • Either use environmental variables, or modify .env, see .env.example
docker compose up -d

If desired, you can also move the config file somewhere else (change volume mount accordingly)



Support me

If you find this project useful, consider supporting its development!

Since I work full-time on open-source projects spread across my organizations, my only source of income is donations from people like you that use & appreciate my stuff. So, if you can spare a dollar or two, I would really appreciate that. All the money goes towards paying rent, essentials like food, drinks etc, and most importantly it will be used to fuel my cookie addiction🍪

Crypto:

  • XMR: 42xc4qPZyfi4wzAkCBXSoMSo3BLDS8946J89JXDqtT5gRj6uYpfhjQF12NLPMxtqGDL2RxoWXjB73iYdBP8DX7SqGvdbdtb
  • USDT (TRX20): TWg6VDUBase3HDA6RxAwTVjQw4SbxoGyqZ
  • USDT (ERC20): 0x841251438A8Fb2B16298C15B10feA9Fd2cEA3405
  • Doge: DCKAFtgw6686uEMaFzZfCtUajS9VjPJLMm
  • BTC: bc1qje8qy7gpudm8hhyx43n9xndg7d8xj5f7dh6m4p

Fiat:

  • Patreon (Fee: 8%*): ❤️ Account needed, subscription with perks
  • ko-fi (Fee: 2%*): No account needed, subscription or one-time donation
  • Wire-transfer (Fee: 0%*): No account needed, one-time donation
  • Paypal** (Fee: 2%*): Account needed, one-time donation

* Fee is calculated by how much I will lose when cashing out
** Please make sure to select Friends and Family

Thanks for all your support <3