Web Citizen automatically sends a pre-formatted email to citizens to thank them for their request. Lucity provides a file (citizenmail.html) that is the template the email sent to requesters. This email summarizes the content of the request, thanks the customer for their submission, and includes a link to view the status of the request. While the email is pre-formatted, it can be customized if desired. The citizenmail.html file renders as below:
How To
Alter the citizenmail.html
%CitizenRequestEmailHeader%
%number%
%properties%
%CitizenRequestEmailFooter%
%CitizenRequestEmailHeader%
, it uses the data from the System Settings, Email tab (the first line of the email body sent to citizens).%number%
, it uses the automatically generated Lucity Request number.%properties%
, it supplies the fields included on the Request Submittal Form. These fields are customized when creating form.%CitizenRequestEmailFooter%
, it uses the data from the System Settings, Email tab (the last line of the email body sent to citizens).Note: Lucity also sends a text version of the email that is not customizable. It will include additional links to view the status of the request. The text version will be sent along with the above email in case the citizen's email reader does not support HTML emails.
See Also |