Skip to content

Commit 8d64c3e

Browse files
authored
Document mailgun's need for guzzle (#193)
1 parent a43e242 commit 8d64c3e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/mail.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The `mail` driver will try to use the sendmail / postfix email system included i
1818

1919
This driver uses your [Mailgun](https://www.mailgun.com/) account to send emails. You'll need a secret key, as well as the domain and region from your mailgun configuration.
2020

21+
To use the mailgun driver, you'll need to install the Guzzle composer package (a PHP HTTP client). You can do this by running `composer require guzzlehttp/guzzle:^6.0|^7.0` in your Flarum install's root directory.
22+
2123
### Log
2224

2325
The log mail driver DOES NOT SEND MAIL, and is primarily used by developers. It writes the content of any emails to the log file in `FLARUM_ROOT_DIRECTORY/storage/logs`.

0 commit comments

Comments
 (0)