Send an Email
Endpoints
| URL | Publisher | Contact Email | Implementation |
| http://webservices.matlus.com/scripts/emailwebservice.dll/soap/IEmailservice | shiv | shiv@matlus.com | Delphi |
Contributed Clients What is this? Add / Edit / Delete Client
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