Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
For MicroSoft OAuth2 routing configuring see Installation specific options: Use MicroSoft OAuth2 routing to send mail

Usually translate5 uses the standard mail server, that is configured via php.ini, which usually goes through sendmail on Linux.

...

How to configure translate5 to only send error mails to certain addresses (or to only send errors of certain log levels) please read here.


TLS Problems

When using a SMTP server with TLS and receiving TLS problems on mail sending, it could be a problem with the TLS encryption.

To test the connection in translate5:

Use t5 system:mailcheck

Image Added

To test a raw TLS connection (with gmail server as example):

openssl s_client -connect smtp.gmail.com:25 -starttls smtp

depending on the linux system the path to the systems CAs may be necessary:

openssl s_client -connect smtp.gmail.com:25 -starttls smtp -CApath /etc/ssl/certs 

Connection with error example:

Image Added

Sources: