OldDocs::SOAP::Transport::MAILTUsermContributed Perl DocumenOldDocs::SOAP::Transport::MAILTO(3pm)
NAME
SOAP::Transport::MAILTO - Client side SMTP/sendmail support for SOAP::Lite
SYNOPSIS
use SOAP::Lite;
SOAP::Lite
-> uri('http://soaplite.com/My/Examples')
-> proxy('mailto:destination.email@address', smtp => 'smtp.server', From => 'your.email', Subject => 'SOAP message')
# or
# -> proxy('mailto:destination.email@address?From=your.email&Subject=SOAP%20message', smtp => 'smtp.server')
# or if you want to send with sendmail
# -> proxy('mailto:destination.email@address?From=your.email&Subject=SOAP%20message')
# or if your sendmail is in undiscoverable place
# -> proxy('mailto:destination.email@address?From=your.email&Subject=SOAP%20message', sendmail => 'command to run your sendmail')
-> getStateName(12)
;
DESCRIPTION
COPYRIGHT
Copyright (C) 2000-2001 Paul Kulchenko. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same
terms as Perl itself.
AUTHOR
Paul Kulchenko (paulclinger AT yahoo.com)
perl v5.10.0 2008-03-15 OldDocs::SOAP::Transport::MAILTO(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-24 22:20 @38.107.179.236 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)