Bug 261333

Summary: Can't send e-mails using GMail other providers work
Product: [Applications] kmail2 Reporter: Aitor <mail>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: christophe
Priority: NOR    
Version: 2.0.89   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Aitor 2010-12-27 00:38:08 UTC
Version:           2.0.89 (using KDE 4.5.90) 
OS:                Linux

I've tried to send e-mails using my GMail account by I haven't been able to do so. It worked for me on kmail1 and the same configuration works with Opera Mail Client. Kmail replies Failed Authentication but I've tripled checked my username and password and they are correct.
My GMail config:
Smtp server: smtp.gmail.com
Encryption: TLS
Port: 587
Authentication: LOGIN

Reproducible: Always

Steps to Reproduce:
Configure GMail smtp server

Actual Results:  
Emails are not sent with message "Authentication failed"

Expected Results:  
Emails are sent

I've tried all authentication methods and none work (PLAIN, LOGIN, CRAM-MD5...)
Comment 1 Christophe Marin 2010-12-27 01:45:39 UTC
try with SSL and port 465 (Authentification: LOGIN)
Comment 2 Christophe Marin 2010-12-27 01:47:17 UTC
afaics (recent trunk build), TLS uses the port 25 and a PLAIN auth. That's at least what is auto-detected.
Comment 3 Aitor 2010-12-27 12:50:14 UTC
Today everything works!!! I haven't change anything I swear ;)
Auto-detection didn't work well yesterday, today it detects TLS on port 587 as it should be, with PLAIN authentication (which now works as well as with LOGIN).

Is any Google engineer hearing???

Thank you all!!