Skip to content

!!! FEATURE: Replace swiftmailer with symfonymailer #95

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

Merged
merged 6 commits into from
Apr 14, 2025

Conversation

dlubitz
Copy link
Contributor

@dlubitz dlubitz commented Apr 11, 2025

Removes the outdated swiftmailer and uses the new symfonymailer package for the email action.

@dlubitz dlubitz requested a review from markusguenther April 11, 2025 21:45
@dlubitz dlubitz force-pushed the feature/symfonymailer branch from 73f3953 to b4fc8e0 Compare April 11, 2025 22:34
Copy link
Member

@kitsunet kitsunet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this require symfonymailer (not dev) and with at least some version restriction?

@dlubitz
Copy link
Contributor Author

dlubitz commented Apr 12, 2025

It is optional, as you don't need to use the Email finisher. So I guess it's fine.

@markusguenther
Copy link
Member

It was the same with SwiftMailer. You could use the package without it and use other finishers.

Copy link
Member

@bwaidelich bwaidelich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 by reading, thx <3

@@ -46,11 +38,23 @@ public function validate($value): Result
$this->fusionValue('type'),
$this->fusionValue('options')
);
if ($validator === null) {
throw new \RuntimeException('Validator could not get created.', 1744410020);
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(how) is this change related?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Phpstan was complaining.

@dlubitz dlubitz requested a review from nezaniel April 12, 2025 19:44
@kitsunet kitsunet merged commit e325f05 into neos:main Apr 14, 2025
7 checks passed
@dlubitz dlubitz deleted the feature/symfonymailer branch April 14, 2025 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants