cachethq / cachet

🚦 The open-source status page system.
https://cachethq.io
MIT License
13.79k stars 1.55k forks source link

mail not working #4358

Closed matthew42904 closed 8 months ago

matthew42904 commented 8 months ago

I keep get a 500 error when I try to use smtp to my email server. I have followed videos and documents and still cant find out why its not working. my mail app is not showing any throughput

php-7.3.14 cachet - 2.4.0-dev

Timed Out at /var/www/html/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/StreamBuffer.php:166)

image image

jbrooksuk commented 8 months ago

It looks like a configuration issue. A timeout means that the connection to your SMTP server was not possible quickly enough. This probably means that there is an error in the configuration.

Please check and try again.