This question has been flagged
1 Reply
5021 Views

Hi,
I was trying to setup outgoing mail server(with gmail smtp)
but on test connection I get below error

"Connection Test Failed!Here is what we got instead:'module' object has no attribute 'sslwrap'"

Does anyone knows solution for the problem? is it missing some python package?

Avatar
Discard
Best Answer

Hi, try to set up as follow:

SMTP Server: smtp.gmail.com

SMTP Port: 465

Connection Security: SSL/TLS

Username: (your gmail user name) 

Password:  (your gmail password*)
*note if you have activated gmail access in two steps than you need to create a specific password for odoo application in gmail: https://support.google.com/mail/answer/185833?hl=en

Thanks


 


Avatar
Discard
Author

Thanks, I have done setup correctly, Error is not regarding wrong setup.