We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01ffc47 + 0d2ee24 commit 2f5848eCopy full SHA for 2f5848e
1 file changed
mail_environment/models/ir_mail_server.py
@@ -17,6 +17,7 @@ def _server_env_fields(self):
17
"smtp_user": {},
18
"smtp_pass": {},
19
"smtp_encryption": {},
20
+ "smtp_authentication": {},
21
}
22
mail_fields.update(base_fields)
23
return mail_fields
0 commit comments