A simple SMTP server built in PHP
php-smtp is currently prototype-level software. Do not use php-smtp in anything resembling a production environment.
Installation
- svn checkout http://php-smtp.googlecode.com/svn/trunk/ php-smtp-read-only
- cd php-smtp-read-only
- php ./bootstrap.php
Configuration
- Edit the constants defined in "SMTP.php"
Features
-
Basic SMTP Commands
- HELO
- EHLO
-
AUTH
- MAIL
- RCPT
- DATA
- RSET
- HELP
- QUIT
- API
- Supports Multiple Domains
- Message Size Limit
- Configurable Logging Level
- Relaying
Copyright (c) 2008 Jason Johnson