pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.7k stars 1.7k forks source link

E-Mails not categorised in the correct queue, emails not sending to default pteroq service config. #4610

Closed Codixer closed 1 year ago

Codixer commented 1 year ago

Current Behavior

Currently, email are not sending to clients as visible in #4604 and maybe #4602 is related, but that would have to be checked. Anyways, I found a way to (temporary) resolve this.

  1. Run nano /etc/systemd/system/pteroq.service
  2. Go to the line where it says: ExecStart=/usr/bin/php /var/www/pterodactyl/artisan queue:work --queue=high,standard,low --sleep=3 --tries=3
  3. Modify the --queue=high,standard,low by adding ,default at the end. (Making it --queue=high,standard,low,default)
  4. Then run service pteroq restart
  5. Check if your (pending) emails have sent, or by requesting a password reset.

Expected Behavior

Ptero is supposed to send emails to the email adresses used to register, the queue is supposed to send out. If I ask for a password reset, an account gets created for me it should send an email with the password (re)set link.

Steps to Reproduce

  1. Be on panel version 1.11.1
  2. Have SMTP setup
  3. Try to send a password reset email, a account and/or server creation email '
  4. See your emails not being sent

Panel Version

1.11.1

Wings Version

1.11.0

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

No response

Is there an existing issue for this?

Codixer commented 1 year ago

In the Discord server, I've talked to vitaminion, and he experienced the exact same issue: image

matthewpi commented 1 year ago

https://github.com/pterodactyl/panel/commit/6377e3309ad104852209c5f2bbc33a61bd083ce4

Codixer commented 1 year ago

thank you @matthewpi, that was bloody quick. image

Xteri08 commented 1 year ago

are you sure the problem is fixed i am getting same problem and i tried fresh installs many times too i applied the pteroq fix and it fixed the issue temp but it started to come automatically