diff --git a/examples/index.html b/examples/index.html index 30015b2b..4a07d891 100644 --- a/examples/index.html +++ b/examples/index.html @@ -1,11 +1,11 @@ - + PHPMailer Examples -

PHPMailer code examples

+

PHPMailer code examplesPHPMailer logo

This folder contains a collection of examples of using PHPMailer.

About testing email sending

When working on email sending code you'll find yourself worrying about what might happen if all these test emails got sent to your mailing list. The solution is to use a fake mail server, one that acts just like the real thing, but just doesn't actually send anything out. Some offer web interfaces, feedback, logging, the ability to return specific error codes, all things that are useful for testing error handling, authentication etc. Here's a selection of mail testing tools you might like to try: