Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you wish to send an email welcoming a user to MyAlerts 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 MyAlerts My Alerts the UserId is not relevant here.

Name

Requirement

Description

 

Returns

Code Block
languagexml
titleSyntax
<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.