On 20.04.2025 14:19, White, Phil via Users wrote:
As a side-question -- If I had wanted to use user auth, how would this be achieved? I initially assumed that getting AUTH command to succeed would be relatively trivial (since it works with the installer page. But I failed to get this working either. Sorry.
Usually it's this:
$config['smtp_host'] = 'tls://192.168.123.254:587'; $config['smtp_user'] = '%u'; $config['smtp_pass'] = '%p';