From 962dc6110353ea6e8d47017d3bc3fa6e44cb8298 Mon Sep 17 00:00:00 2001 From: Adam Nielsen <1765602+iwasherefirst2@users.noreply.github.com> Date: Sat, 30 Nov 2019 21:35:00 +0100 Subject: [PATCH] Add ToC --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5edfebf..0817154 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,20 @@ The package supports sending queued, localized and bulk mails. This package works for `SMTP` and `log` drivers. -## Requirments +## Table of Contents + +- [Requirments](#requirements) +- [Installation](#installation) +- [Usage](#usage) + - [Basic Examples](#basic-examples) + - [Queued Mails](#queued-mails) + - [Specify in Mailable)(#specify-in-mailable) + - [Multiple Mail Providers](#multiple-mail-providers) + - [Bulk messages](#bulk-messages) + - [Default mailaccount](#default-mailaccount) + - [Advice](#advice) + +## Requirements Laravel 5 or Laravel 6. @@ -71,7 +84,7 @@ i.e. they are either send explicitly be the `queue` method or the mailable class It is of course necessary to install a [queue driver](https://laravel.com/docs/5.8/queues#driver-prerequisites). -### Specify everything in mailable +### Specify in mailable You may set `to`, `cc`, `bcc`, `locale` and `from` in your mailable class. In this case, you could reduce the basic example from above to: