this post was submitted on 28 Nov 2023
64 points (98.5% liked)

Selfhosted

38965 readers
372 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

I'm trying to de-Google my life and self-host more. One tricky point with me is calendaring. I can get a CalDav server running and syncing with my Android phone without much hassle, but I haven't yet found a server or client that can send e-mail reminders for events, rather than just pop-up notifications.

I've been told to try Nextcloud. I tried installing it but it's overkill for me, and I don't want to deal with setting up a domain. Surely there can't be exactly one CalDav option that can send email reminders. But I've never heard anyone say anything other than "Nextcloud."

you are viewing a single comment's thread
view the rest of the comments
[–] anzo@programming.dev 2 points 9 months ago (2 children)

Sending emails is too old, and requires a full online app to send you the reminder. Only google or other big corps support this because a bounced email is retried many hours later... Heck, just the sending might suppose delays. The current calendar solutions give push notifications to clients (e.g. PC or phone)

[–] roofuskit@lemmy.world 9 points 9 months ago

There's no better solution to a problem than, "your problem is wrong."

[–] computergeek125@lemmy.world 1 points 9 months ago

Counterpoint: if you system is configured such that the mere act of trying to send an email results in serious delays and regular bounces, you're doing email wrong. Even push notifications may require third party routing through Google, Apple, or similar to get to the core OS in some cases.

Yes, I recognize that hosting an SMTP server is difficult these days and can't always be done at home due to IP restrictions. But that doesn't mean you have to have an email server at home. I have a third party email on my domain and I can dispatch SMTP which arrives at expected non-delayed times even to Google and Microsoft accounts.

I honestly wish more software would simply speak to an SMTP server of choice rather than defaulting to just hitting the CLI mail send or attempting a direct SMTP connection.