Friday, November 2, 2018
1 change · master
Resolved issues and error corrections
Odoo now consistently selects the outgoing mail server with the lowest priority number when no specific server is chosen. This makes email delivery behavior match the configured server priorities and avoids unexpected server selection.
Original PR description
Description of the issue/feature this PR addresses: The ir.mail_server Model includes a sequence field, promising that the lower sequence number have higher priority when multiple server configurations are available. Current behavior before PR: If having several Mail Server configs, sending mails without a specific Mail server does not pick the lowest sequence server. Desired behavior after PR is merged: The lowest sequence mail server is the one selected. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr