11
submitted 13 hours ago by mwyal@lemmy.world to c/selfhosted@lemmy.world

I'm running Monicahq on Pikapods. v. 4.1.2. I've entered my email address in the settings>General. After this email address it says "This is the email used to login, and this is where Monica will send your reminders." However, I'm getting no notifications.

I've tried looking in the monicahq manual. The documentation doesn't appear to correspond to my version. I can't find this in my instance: https://docs.monicahq.com/user-and-account-settings/notification-channels#anatomy-of-the-notification-channel-list

The documentation says it's possible to send test notification:

https://docs.monicahq.com/user-and-account-settings/notification-channels#send-tests-and-logs

I can't find a page where I can send a test notification on my instance.

How can I fix notifications? Any help gratefully received.

top 5 comments
sorted by: hot top new old
[-] IanTwenty@piefed.social 1 points 6 hours ago* (last edited 6 hours ago)

I'm not familiar with Pikapods but Monica v4 has trouble with notifications. First you need to ensure it's been configured right to even send a test email, this can be triggered with a command if you have access:

php artisan monica:test-email

Various Monica environment variables must be set to configure this, it should be in the docs somewhere if not I can fish my config out for you.

Even once that's working you'll need Monica to run its regular jobs for sending notifications, there's config for that too. Finally the code has bugs and will often miss reminders in my experience. There are some open bugs still on this and I guess the devs have moved onto their rewritten version (chandler):

https://github.com/monicahq/monica/issues/5681

[-] Dave@lemmy.nz 3 points 11 hours ago

The documentation says it's possible to send test notification:

That whole notification section is not familiar at all. There is current work to completely redo Monica and when I view their beta at https://beta.monicahq.com/ then it seems to reflect that new version. So I suspect that documentation is wrong for the current version (which hasn't been meaningfully updated in years).

In addition to what rhe other user asked, what do logs say, how are you configuring emails?

[-] fluckx@lemmy.world 1 points 8 hours ago

Email notification and the like usually don't work out of the box and require SMTP configuration. This is usually available in the app admin consoles or configurable through Environment variables in the console.

I'm not running it ( and I haven't checked it for Monica HQ ), but those would be the first things I'd look for.

The .env.example file shows SMTP settings. The example file notifies to a logfile rather than an email.

https://github.com/monicahq/monica/blob/main/.env.example

# Mailing
# Set the MAIL_MAILER to 'smtp' if you want to send emails.
MAIL_MAILER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=hello@example.com
MAIL_FROM_NAME="${APP_NAME}"
MAIL_REPLY_TO_ADDRESS=hello@example.com
MAIL_REPLY_TO_NAME="${APP_NAME}"
[-] perishthethought@piefed.social 1 points 11 hours ago

Have you checked with the pikapod support team and/or help pages? They've really helped me it in the past.

https://docs.pikapods.com/apps/monica

Does that help, for instance?

[-] frongt@lemmy.zip 0 points 12 hours ago

Anything in the logs?

this post was submitted on 20 Jun 2026
11 points (92.3% liked)

Selfhosted

59999 readers
1115 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.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

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

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS