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

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

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Dec 17, 2024

Fix #10066

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.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@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 from d72fb07 to cdc4916 Compare December 17, 2024 19:11
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
@kesselb kesselb force-pushed the bug/10066/remove-mail-transport branch 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.

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.

Mail attachment does not work / header problems
3 participants