[GH-ISSUE #2190] [Bug]: Invite emails not being set #1115

Open
opened 2026-02-26 02:35:17 +03:00 by kerem · 2 comments
Owner

Originally created by @bbloomberg on GitHub (Jan 9, 2026).
Original GitHub issue: https://github.com/koel/koel/issues/2190

Originally assigned to: @phanan on GitHub.

Read the Troubleshooting guide.

  • I have read and followed the Troubleshooting guide

Reproduction steps

Hello - I have installed via docker and configured SMTP. I receive password reset emails and I can send email via php artisan tinker using the following command:

\Illuminate\Support\Facades\Mail::raw('Text to e-mail', function ($message) { $message->to('test@example.com')->subject('Test'); });

However, when I invite an email address, I do not receive the invite email.

Expected behavior

I would expect an email to be sent to my address with an invite link.

Actual behavior

The email is not sent - this is confirmed from my mail server logs. The application never connects to the mail server.

Logs

There is nothing logged in storage/logs/laravel.log.

Koel version

v8.2.0 Plus Edition

How did you install Koel?

Official Docker image

Additional information

  • Server OS: docker on debian 12
  • PHP version: docker version
  • Database: postgres
Originally created by @bbloomberg on GitHub (Jan 9, 2026). Original GitHub issue: https://github.com/koel/koel/issues/2190 Originally assigned to: @phanan on GitHub. ### Read the Troubleshooting guide. - [x] I have read and followed the Troubleshooting guide ### Reproduction steps Hello - I have installed via docker and configured SMTP. I receive password reset emails and I can send email via php artisan tinker using the following command: `\Illuminate\Support\Facades\Mail::raw('Text to e-mail', function ($message) { $message->to('test@example.com')->subject('Test'); });` However, when I invite an email address, I do not receive the invite email. ### Expected behavior I would expect an email to be sent to my address with an invite link. ### Actual behavior The email is not sent - this is confirmed from my mail server logs. The application never connects to the mail server. ### Logs There is nothing logged in storage/logs/laravel.log. ### Koel version v8.2.0 Plus Edition ### How did you install Koel? Official Docker image ### Additional information - **Server OS**: docker on debian 12 - **PHP version**: docker version - **Database**: postgres
Author
Owner

@bbloomberg commented on GitHub (Jan 9, 2026):

My .env mailer config:

MAIL_MAILER=smtp
MAIL_FROM_ADDRESS=xxxxx
MAIL_FROM_NAME=xxxxx
MAIL_HOST=xxxxx
MAIL_PORT=465
MAIL_USERNAME=xxxxx
MAIL_PASSWORD=xxxxx
MAIL_ENCRYPTION=ssl

Password reset emails work, so I assume this is correct.

<!-- gh-comment-id:3729303186 --> @bbloomberg commented on GitHub (Jan 9, 2026): My .env mailer config: MAIL_MAILER=smtp MAIL_FROM_ADDRESS=xxxxx MAIL_FROM_NAME=xxxxx MAIL_HOST=xxxxx MAIL_PORT=465 MAIL_USERNAME=xxxxx MAIL_PASSWORD=xxxxx MAIL_ENCRYPTION=ssl Password reset emails work, so I assume this is correct.
Author
Owner

@phanan commented on GitHub (Jan 10, 2026):

I can't reproduce:

Image
<!-- gh-comment-id:3733277545 --> @phanan commented on GitHub (Jan 10, 2026): I can't reproduce: <img width="645" height="423" alt="Image" src="https://github.com/user-attachments/assets/07ffbab9-93df-45ca-a44e-6eb2369de3b8" />
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1115
No description provided.