mirror of
https://github.com/koel/koel.git
synced 2026-04-25 00:36:03 +03:00
[GH-ISSUE #2190] [Bug]: Invite emails not being set #1115
Labels
No labels
Authentication
Dependencies
Documentation
Feature Request
Flac
Help Wanted
Installation/Setup
Integration
Mobile
PR Welcome
Pending Release
Performance
Playlist
S3
Search
Sync
[Pri] Low
[Pri] Normal
[Status] Keep Open
[Status] Needs Author Reply
[Status] Needs Review
[Status] Stale
[Status] Will Implement
[Type] Blessed
[Type] Bug
[Type] Duplicate
[Type] Enhancement
[Type] Help Request
[Type] Question
[Type] Task
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/koel-koel#1115
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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
@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.
@phanan commented on GitHub (Jan 10, 2026):
I can't reproduce: