nothing in the logs. but it does show failed to send email on the activity and log on dashboard.
email server is fuctioning as it should.
here is the error i get on the email server without TLS:
the read operation failed. bytes transferred : 0 remote ip … an existing connection was forcibly closed by the remote host.
here are is the error i get with TLS on.
performing ssl/tls handshake for session xxxxx. verify certificate: False
tcpconnection - tls/ssl handshake failed.
the env file settings do seem to change server, port, username, pw. but the encryption setting does not seem to have any effect.
is there a php package that might be missing? i copied the list of packages used in php7 and made sure they were present with php8.
email worked great before upgrading. using the same email server.
from where the email was working
started out at 5.3.73
went through the following versions each time running:
composer install
artisan optimize
artisan ninja:post-update
and also chown for www-data and chmod 755
then logged in each time also.
MAIL_HOST is a local network mail servers domain name (mail.myhost.net)
port is different
username and password are used. not null
when i set encryption to tls it tries to use tls
i looked back at log files on my email server back when it was working.
in comparison it does look like invoiceninja is NOT currently authenticating with my locally run email server.
(to clarify my email server is run on the same VM host hardware, different VM though)