#i can't check my email

1 messages · Page 1 of 1 (latest)

slow mural
#

only works notify

#

when i send notify its works

thick gulchBOT
#

How to get support?

  • Search for similar posts first!
  • What have you tried already?
  • Where the error has happened?
  • Provide logs!

Dont's (will get you muted):

  • Post some image or text without context.
  • Post a command you ran without the output,
  • Post just the output.
  • Reply with "i already did that" (See: How to get Support)
  • Post every word as a new message.
  • Ping Staff.
  • Post the same message in multiple channels.

Get Logs:
Laravel / CP.GG: tail -n 100 /var/www/controlpanel/storage/logs/laravel.log | nc pteropaste.com 99
Installer: tail -n 100 /var/www/controlpanel/public/install/logs/installer.log | nc pteropaste.com 99
(NGINX: Are usually in /var/log/nginx/ and got the (sub)domain in the name. There are error and access logs)

shell token
#

you didnt describe any problem

slow mural
#

my problem is when i try to check my email
the veryfication email is not deliver but when i send the notyfication is work ( picture in descryption )
because it doesn't even show that it was delivered or not, is it the fault of the hosting or rather sendgrid (that it has omissions or something like that) ?

thick gulchBOT
# slow mural my problem is when i try to check my email the veryfication email is not delive...

Please check if the password reset email sends.
If it does, check your queue workers - https://CtrlPanel.gg/docs/Installation/getting-started#queue-listeners
If it still doesnt work, check your php version is 8.1 - php -v
Make sure to clear the config cache and to restart the queue workers when making changes to the email details.

php artisan queue:restart```

It is recommended that you have some sort of Linux and MariaDB experience before installing this.