mirror of
https://github.com/koel/koel.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1761] Email Invite not working #969
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#969
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 @gader-abdollah on GitHub (Apr 17, 2024).
Original GitHub issue: https://github.com/koel/koel/issues/1761
The player fails to send email invites to users
To reproduce
Environment
Additional context
I did not test with multiple emails as I only need to send an invite to a single person.
Here is the stack I used:
Once it was up, I ran these commands:
This is the initial setup with watch setup.
I have no idea why it is not working. Maybe it cannot send emails in general ?
Anyway, it is also running behind Nginx Proxy Manager but the connection is coming through no problem...
Is there a need to open more ports for email sending maybe ??
@roccolate commented on GitHub (Apr 30, 2024):
Hi, i was having the same issue, let me share what i did to fix it:
in the .env file take a look at this lines:
# The following settings are for Koel to send emails, for example to send user invitations and reset passwords. MAIL_FROM_ADDRESS="hello@example.com" MAIL_FROM_NAME="${APP_NAME}" MAIL_MAILER=smtp MAIL_HOST=mailhog MAIL_PORT=1025 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=nullmake sure you complete that part, i used my websites email, created music@mywebsite.com, added a password and used SMTP . i added those details to the file and that fixed my error
@gader-abdollah commented on GitHub (Jun 1, 2024):
Thanks, this works for me 👍
Maybe, this should be added to the documentation 🤔