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

Getting the FULL smtp logs #4098

Closed diamkil closed 2 years ago

diamkil commented 2 years ago

Current Behavior

Here's the log I'm able to get: [2022-05-30 12:16:57] production.ERROR: Expected response code 250 but got an empty response {"exception":"[object] (Swift_TransportException(code: 0): Expected response code 250 but got an empty response at /var/www/pterodactyl/cp/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/AbstractSmtpTransport.php:447)

Expected Behavior

I would get a full error with the smtp response so that our smtp provider look into our issue

Steps to Reproduce

Not exactly a bug

Panel Version

1.7.0

Wings Version

1.6.1

Games and/or Eggs Affected

No response

Docker Image

No response

Error Logs

Yeah those logs aren't enough for my need at the moment

Is there an existing issue for this?

DaneEveritt commented 2 years ago

I don't know what response you expect?

got an empty response

I also do not control this dependency, it isn't something I'm going to put any time into addressing. Sorry.

diamkil commented 2 years ago

I don't know what response you expect?

got an empty response

I also do not control this dependency, it isn't something I'm going to put any time into addressing. Sorry.

I expect to be able to get the response that ptero is getting from the SMTP server. Google workspace support wants a message ID

DaneEveritt commented 2 years ago

Again, there is nothing to give you:

Expected response code 250 but got an empty response