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

Remove php-mail transport #10516

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Dec 17, 2024

Fix #10066
Fix #10120

image

I will backport the setup check with a different wording for stable4.1, stable4.0 and stable3.7.
For stable3.7 we need a conditional to register the setup check, or we skip the backport.

@kesselb kesselb added this to the v4.2.0 milestone Dec 17, 2024
@kesselb kesselb self-assigned this Dec 17, 2024
@kesselb kesselb force-pushed the bug/10066/remove-mail-transport branch 2 times, most recently from cdc4916 to defab9a Compare December 17, 2024 19:12
@ChristophWurst
Copy link
Member

I think this would qualify as a breaking change. We should do a major version bump for this. Do we want to have the setup check only as a first step and the actual removal a bit later like half a year?

@kesselb
Copy link
Contributor Author

kesselb commented Dec 18, 2024

I think this would qualify as a breaking change.

Yes. I will only backport the setup check. The removal is done for main / upcoming 4.2.

I don’t mind keeping the code for a bit longer. However, I’d be surprised if we received many complaints about its removal. This kind of configuration is problematic: a user wouldn’t expect that, even with SMTP credentials set, the message is still delivered by the webserver.

@kesselb kesselb force-pushed the bug/10066/remove-mail-transport branch from defab9a to d6b31e4 Compare January 16, 2025 16:12
@kesselb kesselb marked this pull request as draft January 16, 2025 16:12
@kesselb
Copy link
Contributor Author

kesselb commented Jan 16, 2025

We agreed to keep the php-mail transport for Mail 4.2.

Here's the extracted setup check: #10574

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

Successfully merging this pull request may close these issues.

Wrong character encoding when sending e-mail Mail attachment does not work / header problems
3 participants