Home
Softono

Just An Email

Open source MIT C#
88
Stars
14
Forks
3
Issues
4
Watchers
3 months
Last Commit

 About Just An Email

https://tnxfr.com - App to share files & texts between your devices without installing anything

Platforms

Web Self-hosted Windows

Languages

C#

Need Help Installing Just An Email?

We provide expert installation service for this software. Our team will install, configure, and secure Just An Email on your server. plans start at just $30.

Just An Email

View on GitHub

Need to send something quick?

I will just send an email to myself then go to another device, login and download it! 🥳

or you could use tnxfr.com

Running live: https://tnxfr.com 🚀

(previously https://justa.ml)

Run from docker hub

docker run -p 5050:80 mustakimali/justaml

Should be running in http://localhost:5050

Run locally

Using Docker

  • Build the docker image: make docker-build
  • Run make docker-run
  • Access the app using localhost:5050

Dependencies

  • Sqlite file storage for statistics data.

Building the code

  • Make sure you have latest version of .NET Core SDK 9 installed (you can use this script to install latest nightly build and use dotnet-pre instead of dotnet below)
  • Clone
  • cd src\JustSending
  • dotnet run or dotnet watch run
  • Should be running in http://localhost:5000

A huge thanks to the following projects

... and all other third party libraries used in this project.