Skip to content

Fix email sending envelope sender and process #37

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

Open
mhagander opened this issue Feb 20, 2025 · 1 comment
Open

Fix email sending envelope sender and process #37

mhagander opened this issue Feb 20, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@mhagander
Copy link
Member

Right now we send emails with both envelope and from set to the user account, which can cause all sorts of problems with DKIM and DMARC.

This should be updated to use a proper noreply handling on the envelope, so we can at least get it out for everybody except overly-strict-dmarc, which are a lot fewer, similar to how we handle things like the mailinglist resend functionality.

If possible it might also be a good idea to actualy check the dmarc settings on the email as part of the flow, at least if we can with a short timeout, to be more targeted when telling the user if its likely to work or not.

@alvherre alvherre added the bug Something isn't working label Mar 31, 2025
@alvherre
Copy link

This is quite problematic for pginfra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants