From: $helpers.FormatFromAutomated() To: <$globals.HtmlDecode($user.Email)> Subject: Welcome to $mime.EncodeHeader($settings.SiteName, $charSet) #if (!$user.EnableHtmlEmail) #mimebody("text/plain" $charSet) Welcome to $settings.SiteName|$settings.SiteUrl! Your account has been created and a password has been automatically generated for you. It is recommended that you change this password after you successfully login to the site through the "Settings" page. Username: $user.Username Password: $password Log in as $user.Username at $globals.FullPath($urls.LoginClean) to meet like-minded community members and start participating in valuable conversations. While browsing the community, don't forget to visit the home page and your user settings page, where you can add a bio and personalize your settings, including controlling email notifications such as these. Happy connecting! #end #else #mimebody("text/html" $charSet)

Welcome to $settings.SiteName!

Your account has been created and a password has been automatically generated for you. It is recommended that you change this password after you successfully login to the site through the "Settings" page.

Username: $user.Username
Password: $user.Password

Log in as $user.Username to meet like-minded community members and start participating in valuable conversations. While browsing the community, don't forget to visit the home page, and your user settings page, where you can add a bio and personalize your settings, including controlling email notifications such as these.

Happy connecting!

#end #end