mirror of
https://github.com/pelican-dev/panel.git
synced 2026-02-25 11:20:56 +03:00
Mailgun doesn't work #58
Reference in New Issue
Block a user
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 @hustender on GitHub (May 19, 2024).
Originally assigned to: @lancepioch on GitHub.
Current Behavior
I tried to link my Mailgun account with my panel to send emails like password reset. It shows that the email was sent successfully but no email arrives. I even checked the mailgun analytics to find out that no request was made by the panel. After I checked the error logs I got the error below.
Expected Behavior
I was expecting to get an password reset email or an email request showing up inside the mailgun panel.
Steps to Reproduce
Run
php artisan p:environment:mailand fill out your mailgun information including the secret API key.Check the .env for errors.
Request a password reset email on the login page.
Run
tail -n 150 /var/www/pelican/storage/logs/laravel-$(date +%F).log | nc pteropaste.com 99This is my .env:

Panel Version
1.0.0-beta2
Wings Version
1.0.0-beta2
Games and/or Eggs Affected
No response
Docker Image
No response
Error Logs
Is there an existing issue for this?
@Boy132 commented on GitHub (May 20, 2024):
Make sure you created the queue worker service: https://pelican.dev/docs/panel/getting-started/#creating-queue-worker
@hustender commented on GitHub (May 20, 2024):
Did that from the beginning on and still doesn't work
@Boy132 commented on GitHub (May 21, 2024):
Please run the following command and share the link again:
tail -n 300 /var/www/pelican/storage/logs/laravel-2024-05-18.log | nc pteropaste.com 99(the logs you originally posted don't contain the actual error)