|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/conceptlabs1/ |
Upload File : |
<% Response.Codepage = 65001 Response.Charset = "utf-8" ''''''''''''''''''''''''''''''''''''''''''''''''''''' ' DATE : May 14, 2018 ' AGENCY : None ' AUTHORS : CONCEPT LABORATORIES INC. / Dennis R. Dunston ' NOTES : Receives form data and processes return email. ' '''''''''''''''''''''''''''''''''''''''''''''''''''' Dim error, justadd, justread, justwrite, newline, ok, str Dim knt, f, emsg, r, o, c, other, html, html_end, txt, etxt Dim greetings, regex Dim error_txt, etext Dim xfill Dim vspc Dim nlcr Dim whatisthis1 Dim htmlheader Dim htmltail Dim htmlsubject Dim htmltitle Dim str_html, html_txt Dim html_txt_1 Dim member_info Dim txt_F_Allegations1 Dim txt_F_Telephone_type2 Dim fieldname Dim region Dim region_title Dim region_email Dim F_Race Dim OFCCP_REGION_EMAIL Dim REMOTE_HOST_NAME Dim SENDER_EMAIL_ADDRESS Dim EMAIL_TITLE_SUBJECT Dim HTML_TITLE_SUBJECT '---------------------------------------- ' STEP 1 - Write in the name of your remote host name. '---------------------------------------- REMOTE_HOST_NAME = "smtp.rcn.com" '---------------------------------------- ' STEP 2 - Write in the name of the email address who is sending the email. '---------------------------------------- 'TITLE_SUBJECT = "No Title" EMAIL_TITLE_SUBJECT = "Federal Sales & Marketing Support" SENDER_EMAIL_ADDRESS = "Helpdesk<[email protected]>" HTML_TITLE_SUBJECT = "Federal Sales & Marketing Support" & "<br><br>" OFCCP_REGION_EMAIL = "Federal Sales & Marketing Support<[email protected]>" '---------------------------------------- ' Initialize Parts/Sections '---------------------------------------- %>