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

[BUG] Applicants do not receive emails #101073

Open
PeterSchwarzHPI opened this issue Sep 26, 2022 · 1 comment
Open

[BUG] Applicants do not receive emails #101073

PeterSchwarzHPI opened this issue Sep 26, 2022 · 1 comment

Comments

@PeterSchwarzHPI
Copy link

PeterSchwarzHPI commented Sep 26, 2022

Impacted versions:
15.0 latest

Steps to reproduce:

  1. Create a Job and add an mail template to the initial stage (so that an automatic email is sent when an application is created).
  2. Create an application (e.g. via Form). Now the automatic email should be send.
  3. Try to send a new e-mail via mail composer.

Current behavior:
The applicant will not receive an email, because odoo does not add the applicant as a recipient.

Expected behavior:
The applicant should receive an email and should be added as a recipient before.

Additional notes:
I think the issue is a combination of the facts that in general private addresses are filtered out in the mail composer but in hr_recruitment module the applicant's res.partner is created as a private address in the "_message_post_after_hook" method.

@1moere1
Copy link

1moere1 commented Apr 27, 2024

Did someone solve this issue? I am not sure where to tweak it to also allow private address mailing in hr_recruiting module from full composer

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

No branches or pull requests

2 participants