Send Welcome email to newly Registered User

If you wish to send an email welcoming a user to My Alerts you will need to call the SendRegisterEmail method. This method is available to developers from the UserManager.asmx Web Service. 

Parameters

 

EmailAdr

mandatory

This is the email address to which the "Welcome" email is to be sent. As an email address has to be unique in My Alerts the UserId is not relevant here.

Name

Requirement

Description

 

Returns

Syntax
<SendRegisterEmailResult>
	<Error>
        <Code>string</Code>
		<Description>string</Description>
	</Error>
	<Success>boolean</Success>
</SendRegisterEmailResult>

Error - Code / Description

An error code and description if the call to the web service is unsuccessful and the Success if False.

1039 - Invalid Email address provided

Success

This will be either True or False. If False an error message will be provided in the Error result, if True the email has been successfully sent.