We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4061643 commit ce4c72bCopy full SHA for ce4c72b
README.md
@@ -377,6 +377,11 @@ $bccConfig = BccConfig::from($jsonStringOrObjectOrAssocArray);
377
$emailConfig = EmailConfig::from($jsonStringOrObjectOrAssocArray);
378
```
379
380
+## Sending and queueing multiple e-mails
381
+
382
+It is possible to pass an array of `Email` objects to `send()` and `queue()` functions. However, especially for sending
383
+e-mails immediately you should be aware that this can take some time. A better strategy is to queue mass mailings.
384
385
# Development Notes
386
387
Most PHPUnit tests will not be executed when there is no SMTP server or database available. The unit tests will check
0 commit comments