INSERT INTO `mm_Settings` (`name`, `idCategory`, `fieldType`, `label`, `value`, `options`, `description`, `required`, `system`, `sorter`, `added`, `changed`) VALUES ('userCreationAdminEmailHeader', 4, 'Header', '', 'New Account Created by logged in Individual (Admin Notification)', '', '', 'n', 'n', 610, '2010-10-01 17:23:18', '2010-10-01 17:23:18'), ('userCreationAdminEmailSubject', 4, 'text', 'Subject', 'New Account Created by logged in Individual', '', '', 'y', 'n', 611, '2010-10-01 17:23:18', '2015-03-03 04:01:37'), ('userCreationAdminEmailFrom', 4, 'text', 'From Email Address   If you leave this field empty - the From Email Address will be the same as the one in General Settings.', '', '', '', 'n', 'n', 612, '2010-10-01 17:23:18', '2015-03-03 04:01:37'), ('userCreationAdminEmailTo', 4, 'emails', 'To Email Address(es)   Enter email address(es) that should receive a notification email regarding New Account Requests on your website', 'rkelly@mmua.org', '', 'Use commas to separate email addresses', 'n', 'n', 613, '2014-08-07 02:18:04', '2015-03-03 04:01:37'), ('userCreationAdminEmailBody', 4, 'HtmlEditor', 'Message Body', '

{loggedInIndividual} has registered a new Individual {firstName} {lastName} on MMUA.org!
\r\n

\r\n\r\n

Account Information

\r\n\r\n

Status: {status}
\r\nName: {firstName} {lastName}
\r\nEmail: {email}
\r\nPhone Number: {directPhone}
\r\nJob Title: {jobTitle}

\r\n\r\n

Company Information

\r\n\r\n

Name: {companyName}
\r\nAddress: {companyAddress}
\r\nAddress 2: {companyAddress2}
\r\nCity/State/Zip: {companyCity}, {companyState} {companyZip}
\r\nEmail: {companyEmail}
\r\nPhone: {companyPhone}
\r\nFax: {companyFax}
\r\n
\r\nClick here to view details.

\r\n', 'Basic', 'Constants: \n{loggedInIndividual}\n{status}\n{firstName}\n{lastName}\n{email}\n{directPhone}\n{jobTitle}\n{companyName}\n{companyAddress}\n{companyAddress2}\n{companyCity}\n{companyState}\n{companyZip}\n{companyEmail}\n{companyPhone}\n{companyFax}\n{link}', 'y', 'n', 614, '2010-10-01 17:23:18', '2015-03-03 04:01:37'); INSERT INTO `mm_SettingsOptions` (`name`, `variable`, `value`, `type`, `sorter`) VALUES ('userCreationAdminEmailBody', 'scriptOptions[enterMode]', '2', 'string', NULL), ('userCreationAdminEmailBody', 'height', '300', 'int', NULL), ('userCreationAdminEmailBody', 'mode', 'view', 'string', NULL);