-
-
Notifications
You must be signed in to change notification settings - Fork 17
!!! 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
Conversation
73f3953
to
b4fc8e0
Compare
There was a problem hiding this 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?
It is optional, as you don't need to use the Email finisher. So I guess it's fine. |
It was the same with SwiftMailer. You could use the package without it and use other finishers. |
There was a problem hiding this 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); | |||
} |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Phpstan was complaining.
Removes the outdated swiftmailer and uses the new symfonymailer package for the email action.