[5.4] Fix mass mail fails due to long message lines exceeding SMTP limits#47410
[5.4] Fix mass mail fails due to long message lines exceeding SMTP limits#47410sonirupali028-dev wants to merge 7 commits intojoomla:5.4-devfrom
Conversation
|
Please update the description with the number of the issue that this resolves. |
@sonirupali028-dev To be more precise: Currently your PR references itself instead of the issue.
|
|
@richard67, @brianteeman, Thanks for the suggestion. I’ve updated the PR description to correctly reference the issue using “Fixes #47410” and addressed the requested changes. Please let me know if anything else needs to be improved. |
@sonirupali028-dev It seems you did not understand. You have changed the place of the reference, but you are still referring to this PR #47410 instead of the issue #47364 . Please change it back to like it was before, and change the #47410 to #47364 . |
|
@richard67 Thanks for the clarification. I’ve corrected the issue reference to “Fixes #47364”. Please let me know if it’s correct now. |
@sonirupali028-dev The reference to the issue is right now, but I would prefer to have it where our pull request template suggest it to be, at the top of the PR like you can see it in other PRs, before the AI policy check:
And you should check the check boxes at the bottom of the PR for the documentation. You have checked:
If you check one of the 2 documentation pull request link check boxes, you also have to provide the link to the PR for the documentation change, and checking both the documentation pull request link check box and the no documentation changes check box for one kind of documentation (in your case the 3rd and the 4th check boxes) together makes no sense at all. As your PR will not require any documentation changes, it should be:
|
@richard67 Thank you for the detailed guidance and for helping me understand the correct approach. I’ve updated the PR accordingly and will keep these points in mind going forward. Please let me know if everything looks good now. |
|
@sonirupali028-dev From a formal point of view the PR is correct now. I've allowed myself to remove the heading style from the issue reference and to adjust the PR title. Now it needs 2 successful human tests before it can be set to RTC (ready to commit). |
|
@richard67 Thank you for the review and for refining the PR. I’ll wait for the required human tests. If needed, I’m also happy to assist with testing. |
|
I am concerned as the op has stated that they have not rep[icated the error or tested the solution as they havent even installed Joomla.All of those are basic requirements of any pull request |
|
@brianteeman sorry for the late update. I’ve set up Joomla locally and tried testing the mass mail feature. I created a message with a very long single line to understand the issue better. While testing, I couldn’t actually send the email because my local setup doesn’t have a working mail server I got errors like “Could not instantiate mail function” and “Could not connect to SMTP host”. I’ll work on setting up a proper SMTP configuration so I can test this more completely, then update here. |
Pull Request resolves #47364
Summary
Fixes the issue where mass mail fails due to long unbroken message lines exceeding SMTP limits.
Changes
Testing
Actual result BEFORE applying this Pull Request
Expected result AFTER applying this Pull Request
Link to documentations
Please select:
Documentation link for guide.joomla.org:
No documentation changes for guide.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed