Here's my setup on those 2 variables:
$config['imap_auth_type'] = 'LOGIN';$config['smtp_auth_type'] = 'LOGIN';
To be fair, I also changed these settings but didn't get it to work until I 
changed $config['smtp_auth_type']: $config['default_host'] = 
'tls://mymailserver.com';
$config['smtp_server'] = 'tls://mymailserver.com';
 
before I set the smtp_auth_type variable it was:$config['smtp_auth_type'] = '';
It might have even been:
$config['smtp_auth_type'] = ;
I can't recall excactly


 
-----Original Message-----
From: @lbutlr <[email protected]>
To: Roundcube Users mailing list <[email protected]>
Sent: Tue, Oct 20, 2020 1:53 pm
Subject: Re: [RCU] SMTP (Seding Mail) Not Working After 1.4.9 Update

On 19 Oct 2020, at 14:27, Denny Jones <[email protected]> wrote:
> When you said something about a variable NOT being set it set me off in that 
> direction. Turns out that $config['smtp_auth_type'] was blank. Added that and 
> it fixed the problem.

Interesting. I do not have that set in my conf and it all seems to work.

I only have ``$config['imap_auth_type'] = 'PLAIN';`` for "| grep auth" in my 
config file

What did you set it to?

-- 
"Are you pondering what I'm pondering?"
Snowball: "Oh Brain, I certainly hope so."
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to