From 4b255188db29c1b951766e3edd64e595153c36f1 Mon Sep 17 00:00:00 2001 From: Synchro Date: Sat, 27 Apr 2013 13:46:06 +0200 Subject: [PATCH] HTML5 doctype --- examples/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: