Rechercher une page de manuel
OldDocs::SOAP::Transport::MAILTO.3pm
Langue: en
Version: 2008-03-15 (fedora - 06/07/09)
Section: 3 (Bibliothèques de fonctions)
NAME
SOAP::Transport::MAILTO - Client side SMTP/sendmail support for SOAP::LiteSYNOPSIS
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@yahoo.com)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre