Skip to content

Commit

Permalink
Add ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
iwasherefirst2 authored Nov 30, 2019
1 parent 0f08676 commit 962dc61
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 962dc61

Please sign in to comment.