My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
* bootstrap
*
* @author Jason Johnson <jason@php-smtp.org>
* @copyright Copyright (c) 2008, Jason Johnson
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
* @version 1.0
* @package php-smtp
*/

passthru('php ./php-smtp.php&');
passthru('php ./php-smtp-relay.php&');
?>
Show details Hide details

Change log

r24 by spligak on Apr 10, 2008   Diff
Added a basic API infrastructure and a
little more housecleaning
Go to: 
Project members, sign in to write a code review

Older revisions

r15 by spligak on Apr 08, 2008   Diff
passthru
r14 by spligak on Apr 08, 2008   Diff
Entry points for both the incoming
server and outgoing relay. Also, a
bootstrap script to get both running
with one command.
All revisions of this file

File info

Size: 315 bytes, 14 lines
Hosted by Google Code