Skip to content

Commit

Permalink
πŸ“ Improve the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Jan 4, 2024
1 parent 7191635 commit 17d4a62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ $ composer require roots/acorn-mail

## Getting Started

Start by publishing Acorn's mail config:
Start by optionally publishing Acorn's mail config:

```sh
$ wp acorn mail:config
```

SMTP credentials can be found in the published `mail.php` config file.
SMTP credentials can be found in the published `mail.php` config file and default to environment variables.

## Usage

In most applications, you will want to set the following environment variables:
For most configurations, you can simply set the following environment variables:

```env
MAIL_HOST=
Expand Down

0 comments on commit 17d4a62

Please sign in to comment.