45 downloads 572 views Jan 15, 2026
profile

cc-email by somatically aware computer user

Updated Jan 15, 2026
project thumbnail

cc-email


Email in minecraft!

To get started you need at least 3 advanced computers on the same network (you could also use 2 computers with multishell.run -- 1 for client and 1 for server).

First setup the central auth server by running the following:

wget run https://raw.githubusercontent.com/GabrielleAkers/cc-email/refs/heads/main/install.lua
auth/auth_server

then setup the email server

wget run https://raw.githubusercontent.com/GabrielleAkers/cc-email/refs/heads/main/install.lua
email/email_server

then any clients can run

wget run https://raw.githubusercontent.com/GabrielleAkers/cc-email/refs/heads/main/install.lua
email/email_client

and send/receive emails with ease.

When you're first prompted to login that will create an account, and then to send emails you should use the person's username without the domain in the "To" field.

The system is event driven so there shouldn't be lots of rednet spam, and the default domain is @tuah since that's what my server uses, but you can configure that in the auth_shared and email_shared files on clients and hosts.

It auto fetches the latest changes from github so if you do modify the domain you'll need to redo that config every time it updates.

There's still some work to do like adding a way to get a list of existing email addresses and adding a gui option to configure the domain, but otherwise it works fine.

wget run https://pinestore.cc/d/128
Git Repository
project screenshot project screenshot project screenshot
comments
You can login with Discord to leave comments and reply to others!
pfp {- Resonance -} 10 months ago

Looks cool.

pfp Jeevles 21 days ago

Cool! Does it work with Computercraft 1.8?

pfp somatically aware computer user Creator 21 days ago

I haven't tested it recently, but I'm not aware of any breaking changes. If you do find one I'll fix it.

pfp Alex The Ghost Hunter 7 days ago

this is a really cool but it wont let me send my friends each other emails so hopefully you can fix that

pfp somatically aware computer user Creator 7 days ago

what problem are you having? I just tested it with CC:Tweaked for 1.21.8 running on fabric and had no problem sending, receiving, and replying to emails.

pfp Alex The Ghost Hunter 6 days ago

i've been using 1.20.1 and it just doesn't let me click send

pfp somatically aware computer user Creator 6 days ago

i just tested it on 1.20.1 with forge without issue. are you sure you followed the setup steps correctly? do you have other mods installed?

pfp BrayXKun 6 days ago

Hey, I'm trying this out on neoforge 1.21.1 using CC:Tweaked 1.117.0, I have tried the install steps from both here and the github repo with both wired and ender modems and after running the install scripts I get a "can't find auth server error" when trying to start the email server and clients after starting the auth script on the first machine. Are there any known issues on this version or am I possibly missing a setup step? I just plonked down three advanced computers and connected with modem

pfp somatically aware computer user Creator 6 days ago

i was able to successfully use it on the same version just now. with ender modems i couldn't replicate the problem but with wired modems i did by forgetting to right click the modem attached to each computer to connect it to the network, so i would double check you didn't miss a step in the setup