XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

SMTP Server

WSDL

http://www.cosme.nu/services/smtpserver.php?wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:ricjcosme
For more Info:http://www.cosme.nu/services/
Description:Send email through this SOAP web service

Endpoints

URLPublisherContact EmailImplementation
http://www.cosme.nu/services/smtpserver.phpricjcosmericardo@cosme.nuNuSOAP

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform


Detailed Description

With this service you are able to send email without the use of an 
email client therefore avoiding the SMTP related port 110. This SMTP 
Server also sends attachments (base64 encoded).

Usage Notes

This service has one method called smtpserver.

It expects 11 parameters:
name="username" type="xsd:string" 
name="password" type="xsd:string"
name="from" type="xsd:string"
name="to" type="si:ArrayOfstring"
name="cc" type="si:ArrayOfstring"
name="bcc" type="si:ArrayOfstring"
name="replyto" type="xsd:string"
name="attach" type="si:ArrayOfSOAPStruct"
name="html" type="xsd:boolean"
name="subject" type="xsd:base64Binary"
name="body" type="xsd:base64Binary"
As a result it returns a string (xsd:string).

In demo mode:
Username:soapsmtpuser
Password:soapsmtppassword
Only one email per to, cc and bcc. Only one attachment up to 50K.

For a complete usage drop me an email (ricardo@cosme.nu).

For a demo go to http://www.cosme.nu/services/

Help  Message Board