This service allows you to create temporary email addresses that can be used to register on websites that you do not want to entrust with your true email address. This can prevent fraudulent use such as spam.
The live version can be found at https://tacomail.de.
- Anonymously receive emails.
- HTML emails are displayed correctly without compromising security.
- Email attachments can be downloaded.
- All emails will be deleted after 1 hour.
- Simple API that can be integrated into other projects. Checkout API.md for more information.
- Clone this repository using
git clone https://github.com/oskar2517/tacomail
- Navigate into the newly created directory using
cd tacomail
- Install the dependencies required by the server using
npm install
- Navigate into the client directory using
cd client
- Modify
public/tos.txt
to your needs - Install the dependencies required by the client using
npm install
- Build the client using
npm run build
- Return to the root directory using
cd ..
- Rename
.config.json
toconfig.json
and configure to your needs - Launch the sever using
node .
Please refer to the API docs.
- Python-Tacomail - A Python client for TacoMail.
- tacomail-client - A TypeScript client for TacoMail.
- All images inside
client/public/img/authors/*
are generated by OpenAI's DALL-E 2. - The background of the website's header section is derived from this CodePen post.