From e67f1e6d9122b55c1a089d5bbe6f3c69bba7a52a Mon Sep 17 00:00:00 2001 From: Marcus Bointon Date: Wed, 24 Jul 2019 16:35:42 +0200 Subject: [PATCH] Clarify readme change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ad81539..4a0ceb6e 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ try { You'll find plenty more to play with in the [examples](https://github.com/PHPMailer/PHPMailer/tree/master/examples) folder. -If you are re-using the instance (e.g. setting up a mailing list), you will need to clear the recipient list. See the [mailing list](https://github.com/PHPMailer/PHPMailer/blob/master/examples/mailing_list.phps) example for further guidance. +If you are re-using the instance (e.g. when sending to a mailing list), you may need to clear the recipient list to avoid sending duplicate messages. See [the mailing list example](https://github.com/PHPMailer/PHPMailer/blob/master/examples/mailing_list.phps) for further guidance. That's it. You should now be ready to use PHPMailer!