Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
(un)deprecate.
  • Loading branch information
YOzaz committed Apr 20, 2016
1 parent 97b5aec commit d1ff44d
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Laravel and Swift Mailer integrator [deprecated]
# Laravel and Swift Mailer integrator

[![Latest Stable Version](https://poser.pugx.org/YOzaz/Laravel-SwiftMailer/v/stable.svg)](https://packagist.org/packages/yozaz/laravel-swiftmailer)
[![Total Downloads](https://poser.pugx.org/YOzaz/Laravel-SwiftMailer/downloads.svg)](https://packagist.org/packages/yozaz/laravel-swiftmailer)
[![License](https://poser.pugx.org/YOzaz/Laravel-SwiftMailer/license.svg)](https://packagist.org/packages/yozaz/laravel-swiftmailer)

## Deprecated
## WAS Deprecated...

This package is deprecated, as starting from Laravel 5.0 and above, original Mail class automatically reconnects on every message. See commit here: [Force reconnection to fix mailing on daemon queues] (https://github.com/laravel/framework/commit/af8eb1face000f82e5c85e6eb822075fc313cbb9).
This package was deprecated, as starting from Laravel 5.0 and above, original Mail class automatically theoretically reconnects on every message. See commit here: [Force reconnection to fix mailing on daemon queues] (https://github.com/laravel/framework/commit/af8eb1face000f82e5c85e6eb822075fc313cbb9).

It can still be be used for Laravel 4.2. Actually, it won't do any harm on Laravel 5 as well, but will be pointless.

Original docs below.
However, it looks like just calling `stop` on a transport doesn't do full reset, therefore may throw an error - see discussion here:
https://github.com/laravel/framework/issues/4573#issuecomment-211889196

---

Expand Down

0 comments on commit d1ff44d

Please sign in to comment.