I have set up an unnamed third-party service that accepts emails to a nondisclosed email address. For right now, I'll forward incoming emails to that service, and the service will call a webhook I've set up in ./src/routes/email.js.
The service seems pretty good, but I'd rather not commit any details into the public record. In the future, we can set up a POP/IMAP server that I can assign theorbitalmechanics.com A-RECORDs to. Glitch has restrictive port exposure, so that won't work at the moment. I want to be obscure about this workflow bc I really don't want someone spamming this database. Shoot me a DM if you want more details.
I have set up an unnamed third-party service that accepts emails to a nondisclosed email address. For right now, I'll forward incoming emails to that service, and the service will call a webhook I've set up in
./src/routes/email.js
.The service seems pretty good, but I'd rather not commit any details into the public record. In the future, we can set up a POP/IMAP server that I can assign theorbitalmechanics.com A-RECORDs to. Glitch has restrictive port exposure, so that won't work at the moment. I want to be obscure about this workflow bc I really don't want someone spamming this database. Shoot me a DM if you want more details.