Email is how KolleK reaches people outside a browser session: invitations, magic links, password resets, email verification, and security alerts all arrive by email. Until you configure delivery, none of them go anywhere.
The default sends nothing
A fresh instance ships with MAIL_MAILER=log. Every email is written to the application log file instead of being sent. This is deliberate: it means a half configured instance never silently sends mail from a wrong address, and you can read exactly what would have been sent while testing.
Note
If someone says "I never got the invitation" on a new instance, this default is almost always why. The email exists, in the log file. See Troubleshooting email delivery.
You have two supported ways to send real email: any SMTP server, or the Resend service.