Mail demo

This form enables you to send mail via an XML-RPC server. For public use only the "Userland" server will work (see Dave Winer's message). When you press Send this page will reload, showing you the XML-RPC request sent to the host server, the XML-RPC response received and the internal evaluation done by the PHP implementation.

You can find the source to this page here: mail.php
And the source to a functionally identical mail-by-XML-RPC server in the file server.php included with the library (look for the 'mail_send' method)


Warning: include(xmlrpc.inc) [function.include]: failed to open stream: No such file or directory in /nfs/c01/h06/mnt/45373/domains/dev.bowdenweb.com/html/os/meetup/api/libraries/xmlrpc/demo/client/mail.php on line 17

Warning: include() [function.include]: Failed opening 'xmlrpc.inc' for inclusion (include_path='.:/usr/local/php-5.3.29/share/pear') in /nfs/c01/h06/mnt/45373/domains/dev.bowdenweb.com/html/os/meetup/api/libraries/xmlrpc/demo/client/mail.php on line 17
Server
From

To
Cc
Bcc

Subject
Body

$Id: mail.php 2 2009-03-16 20:22:51Z ggiunta $