Update README.md (#1790)

Add guidance specifically regarding the use of Clear* functions when re-using the instance e.g. in a mailing list.
This commit is contained in:
dturner123 2019-07-24 15:29:06 +01:00 committed by Marcus Bointon
parent 82a578e942
commit db4de4eb00
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ 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.
That's it. You should now be ready to use PHPMailer!
## Localization