Mailgun doesn't work #58

Closed
opened 2026-02-04 16:36:00 +03:00 by OVERLORD · 3 comments
Owner

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:mail and 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 99

This is my .env:
grafik

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

https://pteropaste.com/0611/

Is there an existing issue for this?

  • I have searched the existing issues before opening this issue.
  • I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server.
  • I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
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:mail` and 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 99` This is my .env: ![grafik](https://github.com/pelican-dev/panel/assets/147628890/9c7c582d-0e09-4627-88c0-0ec413f49c74) ### 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 ```bash https://pteropaste.com/0611/ ``` ### Is there an existing issue for this? - [X] I have searched the existing issues before opening this issue. - [X] I have provided all relevant details, including the specific game and Docker images I am using if this issue is related to running a server. - [X] I have checked in the Discord server and believe this is a bug with the software, and not a configuration issue with my specific system.
OVERLORD added the 🟢 easy label 2026-02-04 16:36:00 +03:00
Author
Owner

@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

@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
Author
Owner

@hustender commented on GitHub (May 20, 2024):

Make sure you created the queue worker service: https://pelican.dev/docs/panel/getting-started/#creating-queue-worker

Did that from the beginning on and still doesn't work

@hustender commented on GitHub (May 20, 2024): > Make sure you created the queue worker service: https://pelican.dev/docs/panel/getting-started/#creating-queue-worker Did that from the beginning on and still doesn't work
Author
Owner

@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)

@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)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/panel#58