peppeocchi / php-cron-scheduler

PHP cron job scheduler
MIT License
811 stars 144 forks source link

Swiftmailer 6.0 compatibility #21

Closed peppeocchi closed 7 years ago

peppeocchi commented 7 years ago

Added support for SwiftMailer ^6.0

::newInstance() method has been deprecated, along with Swift_MailTransport.

The default mail transport is now sendmail when using swiftmailer

https://legalhackers.com/advisories/SwiftMailer-Exploit-Remote-Code-Exec -CVE-2016-10074-Vuln.html

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling c086719a1b0b798cf3320fb5e93a6c806cd31072 on v2.x into ede01ffed89b20693925ae4f6c0012c19c9d6dc5 on master.