-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Bamboo.Mua configuration fix for some mailing servers #4249
Comments
If |
At the level of email reception, I am experiencing this issue with two different addresses (hotmail and OVH). Nothing is spam, I've check it like 50 times lol Would it be possible to implement the modification I mentioned to resolve this issue? |
The problem seems to be similar to https://community.ovh.com/t/ovh-smtp-server-issue-any-possible-explanation-welcome/42068/2 as the SMTP transaction is successful but the email is not delivered. Would you be able to reach out to OVH support to file a ticket or start a discussion to investigate it? Solving the root cause would help more people. |
Meanwhile I'll open a PR to add text_body to all emails. |
Great idea, I'll submit a ticket to bring attention to this issue and have them take a look at it
Thanks ! |
I built a new image with #4262 (my build PR: ruslandoga#315), would you be able to try it out and see if it fixes email delivery? plausible:
image: ghcr.io/ruslandoga/plausible:add-text-body-to-all-emails-my-build-223533c |
@ruslandoga, it works like a charm 🎉 |
Glad the fix worked for you! 🎉 However, we discussed it on a call and the core team won't merge it due to the extra maintenance burden of two email templates. I'll keep looking for other solutions to the issue without adding text_body. |
Past Issues Searched
Issue is a Bug Report
Using official Plausible Cloud hosting or self-hosting?
Self-hosting
Describe the bug
Hello,
I recently migrated Plausible from version 2.0.0 to 2.1.0 (and now 2.1.1), and thus switched to Bamboo.Mua.
Since then, I have been encountering problems with receiving Plausible emails, which have become impossible.
To debug the issue, here are the commands I executed:
To be sure of my results, I performed these commands each time with two different destination emails.
In all cases :
text_body
andhtml_body
parameters (and not just one or the other) are correctly delivered.I deduce that on the Plausible side, one of the two parameters is not defined at the time of sending.
I discussed this issue on this link: #4125 (comment)
However, I do not have the technical skills to correctly modify and debug the file https://github.com/plausible/analytics/blob/v2.1.0/lib/plausible_web/email.ex
As a mail server, I am using the SMTP from OVHcloud (https://www.ovhcloud.com/), which is the leading French hosting solutions provider. Therefore, a significant player in the web ecosystem.
Would it be possible to make this modification?
Expected behavior
Receive emails
Screenshots
No response
Environment
The text was updated successfully, but these errors were encountered: