Notifications

If you want to be notified when new comments are submitted, you can enable email notifications:

'mauricerenck.komments.`notifications.email.enable' => true,
'mauricerenck.komments.`notifications.email.sender' => 'user@example.com',
'mauricerenck.komments.`notifications.email.emailReceiverList' => ['user1@example.com', 'user2@example.com'],
'mauricerenck.komments.`notifications.email.notificationMode' => 'instant',

If you would rather not get an email whenever a comment is saved, you can switch the notification mode to cron. Define a secret in your config.php

'mauricerenck.komments.`notifications.email.notificationMode' => 'cron',
'mauricerenck.komments.`notifications.email.cronSecret' => 'SECRET',

Now you can use a cronjob to trigger the Komments Webhook URL:

https://you.tld/komments/cron/notification/SECRET 

You may need to configure how kirby should send e-mails. Please have a look here: https://getkirby.com/docs/guide/emails#transport-configuration

You can comment on this post from your blog.

This post reacts to webmentions. You can link it from your website and send a webmention. Your contribution will then appear in the comments here. Does your site not support webmentions? Enter the link to your post here:

Write a comment
By submitting your data, you agree that all entered data may be saved and displayed as a comment.
Like, Share, Reply

I'd love to hear from you! Did you enjoy this post? Leave a comment, link your blog post, or react on Mastodon and Bluesky.