[This is preliminary documentation and subject to change.]
Sends a new user notification to the system administrator and a welcome message to the end user.
[Visual Basic] Public Sub SendRegistrationEmail( _ ByVal cm As ClientModel, _ ByVal requestUrl As String, _ ByVal requestUserAgent As String, _ ByVal requestIP As String _ )
A ClientModel containing the newly created client.
requestUrl
A String containing the URL that was used when the user registered. If the registration was from a WinForms application, then this should be "Application".
requestUserAgent
A String containing the User Agent (browser) that was used when the user registered. If the registration was from a WinForms application, then this should be the name of the application.
requestIP
A String containing the IP Address that was used when the user registered.
Remarks
The sender, recipient and subject of the notification are contained in the TDSettings.
The sender and subject of the welcome message are contained in the TDSettings.