XMethods Logo

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

Partner4 Logo Partner3 Logo Partner2 Logo

Send an Email

WSDL

http://webservices.matlus.com/scripts/emailwebservice.dll/wsdl/IEmailService     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:shiv
For more Info:http://delphisoap.com
Description:Email sender service

Endpoints

URLPublisherContact EmailImplementation
http://webservices.matlus.com/scripts/emailwebservice.dll/soap/IEmailserviceshivshiv@matlus.comDelphi

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

NameTypePublisherToolkitLanguageOS
EMailerApplicationenode JavaCross-Platform
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform
Email WebService ClientApplicationshiv DelphiDelphi / KylixWindows


Detailed Description

Email sender service

This is a simple wrapper around SMTP. Using this webservice you can 
send an email without attachments to anyone without the need for 
configuration.

If an attempt is made to use this service or commercial use or spam, 
the domain or IP using this service will be blocked as soon as it is 
detected.

Usage Notes

method: SendMail
parameters:
ToAddress: string (The address you want to send the email to)
FromAddress: string (Your email address. You can use the format - 
John Doe<jdoe@mymailserver.com>)
ASubject: string (The subject of the email)
MsgBody: string (The email message)

returns: integer (0 = success anything else is an error)

Help  Message Board