pgibler
pgibler
This cannot run on windows because it relies on postfix, a unix e-mail application, to send text forwarding e-mails to the known endpoints. I run it on Ubuntu myself.
I like that idea as well. It would simplify the implementation.
I tried to debug this today but didn't make a lot of useful progress. Just got a better understanding of how textbelter works. What I'm trying to see is if...
Added the following to my Vagrantfile so DNS resolution would happen in my host: # Tell virtualbox to forward the NAT engine to intercept DNS requests and forward them to...
After a lot of effort I discovered and fixed a few things. While I'm not sending out smtp directly from mutt to the recipient, I'm ok with my setup now...
I should mention that I also configured postfix to use a port other than 25 in the `/etc/postfix/master.cf` file for smtp. I replaced this line: `smtp inet n - y...
I'm going to leave this open as I am still hoping for a better solution than being forced to use a relayhost to run textbelter. Namely, I'd just like to...
+1 for upgrading to React 18. It does work with react 18, but it would also be nice to not be a source of warnings for direct users of slate...