# a simple php mailer # http://enure.net/_mailer/ requirements: - php what it does: - sends mail containing all form inputs - validates required fields on the client, and then on the server - validates senders email address on the server and client using the same regex - attempts to stop spam and other shenanigans source: - http://enure.net/_mailer/_mailer.tgz