-
i have used swift-mailer library custom code to save data and send email.
But currently not working swift-mailer, and it does not throw any error.
swift-mailer stop working after upgrade WordPress…
-
Getting this error when running composer:
Package swiftmailer/swiftmailer is abandoned, you should avoid using it. Use symfony/mailer instead.
-
Have you considered to use [SwiftMailer](http://swiftmailer.org) in parallel of the build-in `mail` command?
In fact, SwiftMailer is able to use the `mail` command, but [give some good reasons to not …
-
Swiftmailer is now abandoned and should be replaced with Symfony Mailer, our code might need some changes to adapt to this upgrade.
https://symfony.com/blog/the-end-of-swiftmailer
https://symfony.c…
-
Hello, can you add support "swiftmailer/swiftmailer": "^6.0" to composer.json?
And "php-http/guzzle6-adapter": "^2.0", too)
maxby updated
4 years ago
-
Swiftmailer is a hard dependency in Laravel 5.5. So even in projects that do not send mails out, I have 2.5MiB of code that I don't need. It would be nice if swiftmailer was optional.
-
```
Message:
Callables of the form ["Swift_MimePart", "Swift_Mime_MimePart::__construct"] are deprecated
Location:
modules/tbswiftmailer/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MimePart…
-
Swiftmailer allows attaching files, so do Postmark and MZPostmarkBundle.
As far as I see, this bundle doesn't support this yet. Am I correct? Are there any plans? Would you be interested in having …
-
Hi Ben,
Not sure how this happened, but it appears one of the table fields has gone missing. Here is the error I get when doing a system check on the tables...
Swift Mailer - missing table: ft3…
-
When I run `composer update` I keep getting the following error
```
Updating dependencies (including require-dev)
- Installing swiftmailer/swiftmailer (v5.0.3)
Downloading: 100%
[ErrorExcepti…