Click or drag to resize
CustomerInfoProviderSendLoginDetailsNotificationEmail Method
Send login details notification email based on given template. Resolves macros "UserName", "Password", "UserFullName", "AccountUrl". Returns true on success.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool SendLoginDetailsNotificationEmail(
	UserInfo user,
	string password,
	string emailTemplateCodeName,
	int siteId
)

Parameters

user
Type: CMS.MembershipUserInfo
New user
password
Type: SystemString
New password
emailTemplateCodeName
Type: SystemString
Template
siteId
Type: SystemInt32
Site Id

Return Value

Type: Boolean
See Also