|
I recently found myself in exactly the same position for exactly the same reason, so happy to share my experience. :) I decided a priori to stick with email, both because I can't imagine email going away anytime soon, and also because sending an email two main benefits: (1) the content is plain text, and should remain easily readable at the destination, and (2) you get automatic "backups" in your own Sent folder. I also wanted to avoid any free services because there's no guarantee they'll stick around, or in the case of something like Gmail, keep the account around unused. And, although I'm a really happy paying Fastmail customer for many years, a new email address on my account felt a bit _too_ expensive for just this purpose (especially since I'll eventually pay for an actual address for them). Because I already pay $5/month for a tiny Linode instance for other purposes, I decided to self-host. Because I don't plan on having the account send any emails (the hard part of self-hosting), setup was relatively pain-free with Postfix. It took a bit of configuration and testing, but I now have an email account for my little one hosted on a subdomain which reliably receives email and stores it in plain-text on the server. Because I set things up in the Maildir format, in the future, it should be simple to also run Dovecot to provide an IMAP interface to actually get at the emails, or import them elsewhere. I ran into a bunch of pain points throughout the learning process here that I can share, but don't have a reason to believe you'll run into them too, so I don't want to overwhelm. More than happy to get into the specifics of any part of the process if you want! |