Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18.0][MIG] mail_outbound_static #20

Open
wants to merge 44 commits into
base: 18.0
Choose a base branch
from

Conversation

astirpe
Copy link
Member

@astirpe astirpe commented Nov 29, 2024

No description provided.

lasley and others added 30 commits November 29, 2024 19:07
* Allow for the configuration of the FROM header for outbound emails, and move the existing from header to Sender as per RFC-2822
Fixing and extending tests
Add setup
use sudo to get ir.config_parameter, otherwise when normal users try to
send email they get AccessError
- fix misspellings errors in documentation
- add unit test to avoid github checkers red status in codecov tests.
- add validation of email from and domain whitelist fields.
- update documentation remove roadmap for already updated functionalities.
- update translations
Since 15.0, smtp info is prepared in _prepare_email_message() which is called
from send_email(), and the smtp info manipulation should be done in this method
instead of in send_email().
@astirpe astirpe changed the title 18 mig mail outbound static [18.0][MIG] mail_outbound_static Nov 29, 2024
@astirpe astirpe force-pushed the 18_mig_mail_outbound_static branch from 961789b to be6281b Compare November 29, 2024 18:10
@hbrunn
Copy link
Member

hbrunn commented Dec 27, 2024

@astirpe please fix tests

@astirpe
Copy link
Member Author

astirpe commented Dec 29, 2024

@hbrunn done, thanks!

@astirpe astirpe force-pushed the 18_mig_mail_outbound_static branch from d2b3d9f to bd9675f Compare December 29, 2024 19:26
Copy link
Member

@atchuthan atchuthan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Functional 👍

@sbidoul
Copy link
Member

sbidoul commented Jan 10, 2025

Is this module still necessary now that Odoo has FROM filtering ?

@matteoopenf
Copy link

Is this module still necessary now that Odoo has FROM filtering ?

yes because the new parameter not works in all case, specialy with office 365

@matteoopenf
Copy link

@sbidoul is it possibile merge?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.