From: $helpers.FormatFromAutomated() To: <$globals.HtmlDecode($user.Email)> Subject: $mime.EncodeHeader($settings.SiteName, $charSet): Membership request awaiting approval #if (!$user.EnableHtmlEmail) #mimebody("text/plain" $charSet) We have received your membership request to join $settings.SiteName with username $user.Username. Once the administrator has approved your request, you will receive a confirmation email notifying you that your account is active. #end #else #mimebody("text/html" $charSet)
We have received your membership request to join $settings.SiteName with username "$user.Username". Once the administrator has approved your request, you will receive a confirmation email notifying you that your account is active.