Skip to content

Commit f9bceb8

Browse files
committed
Changelog and docs
1 parent e87f655 commit f9bceb8

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## 4.1.0 - 2019-07-13
8+
9+
**Added**
10+
11+
- Option to send e-mails immediately after calling send() or later()
12+
13+
**Changed**
14+
15+
- attach() and attachData() will no longer add empty or null files
16+
717
## 4.0.2 - 2019-01-01
818

919
**Fixed**
@@ -137,4 +147,4 @@ php artisan migrate
137147

138148
**Added**
139149

140-
- Initial release of the package
150+
- Initial release of the package

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,14 @@ When enabled, all newly created e-mails will be sent to the specified test e-mai
196196

197197
### E-mails to send per minute
198198

199-
To configure how many e-mails should be sent each command, please check the `limit` option. The default is `20` e-mails every command.
199+
To configure how many e-mails should be sent each command, please check the `limit` option. The default is `20` e-mails every command.
200+
201+
### Send e-mails immediately (Optional)
202+
203+
Useful during development when Laravel Scheduler is not running
204+
205+
To enable, set the following environment variable:
206+
207+
```
208+
LARAVEL_DATABASE_EMAILS_SEND_IMMEDIATELY=true
209+
```

0 commit comments

Comments
 (0)