Skip to content

Commit

Permalink
Merge PR #194 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by gurneyalex
  • Loading branch information
OCA-git-bot committed Jun 27, 2024
2 parents ec171c2 + 018c923 commit c9411eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mail_environment/models/ir_mail_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def _server_env_fields(self):
return mail_fields

def _compute_default_authentication(self):
return "login"
self.update({"smtp_authentication": "login"})

@api.model
def _server_env_global_section_name(self):
Expand Down

0 comments on commit c9411eb

Please sign in to comment.