SMTP Server
Endpoints
Contributed Clients What is this? Add / Edit / Delete Client
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