| Server IP : 104.21.21.239 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/cgny/nympadmin/ |
Upload File : |
<cfinclude template="/header.cfm">
<Cfif parameterexists(url.send)>
<cfif parameterexists(form.theirs)>
<cfset today=#DateFormat(now(),"yyyy-mm-dd")#>
<CFMAIL
TO="#form.theirs#"
SUBJECT="Your Profile on NYMetroParents.com"
FROM="NYMP <[email protected]>"
SERVER="us-smtp-outbound-1.mimecast.com"
type="html">
<p>
#form.HTMLPreviewTextArea#
<p>
---------------------------------------------<br>
<a href="https://www.nymetroparents.com/">nymetroparents.com</a>
</cfmail>
<cfparam name="form.sendself" default="no">
<cfif #form.sendself# eq 'on' and parameterexists(getuser.email)>
<CFMAIL
TO="#getuser.email#"
FROM="NYMP <[email protected]>"
SUBJECT="Your Profile on NYMetroParents.com"
SERVER="us-smtp-outbound-1.mimecast.com"
type="html">
Here's a copy of the email that you sent<br>
<p>
#form.HTMLPreviewTextArea#
<p>
---------------------------------------------<br>
<a href="https://www.nymetroparents.com/">nymetroparents.com</a>
</cfmail>
</cfif>
<cfif parameterexists(form.theirs2) and #form.theirs2# is not ''>
<CFMAIL
TO="#form.theirs2#"
FROM="NYMP <[email protected]>"
SUBJECT="Your Profile on NYMetroParents.com"
SERVER="us-smtp-outbound-1.mimecast.com"
type="html">
<p>
#form.HTMLPreviewTextArea#
<p>
---------------------------------------------<br>
<a href="https://www.nymetroparents.com/">nymetroparents.com</a>
</cfmail>
</cfif>
<cfif parameterexists(form.theirs3) and #form.theirs3# is not ''>
<CFMAIL
TO="#form.theirs3#"
FROM="NYMP <[email protected]>"
SUBJECT="Your Profile on NYMetroParents.com"
SERVER="us-smtp-outbound-1.mimecast.com"
type="html">
<p>
#form.HTMLPreviewTextArea#
<p>
---------------------------------------------<br>
<a href="https://www.nymetroparents.com/">nymetroparents.com</a>
</cfmail>
</cfif>
<cfif parameterexists(form.theirs4) and #form.theirs4# is not ''>
<CFMAIL
TO="#form.theirs4#"
FROM="NYMP <[email protected]>"
SUBJECT="Your Profile on NYMetroParents.com"
SERVER="us-smtp-outbound-1.mimecast.com"
type="html">
<p>
#form.HTMLPreviewTextArea#
<p>
---------------------------------------------<br>
<a href="https://www.nymetroparents.com/">nymetroparents.com</a>
</cfmail>
</cfif>
<cfif parameterexists(form.theirs5) and #form.theirs5# is not ''>
<CFMAIL
TO="#form.theirs5#"
FROM="NYMP <[email protected]>"
SUBJECT="Your Profile on NYMetroParents.com"
SERVER="us-smtp-outbound-1.mimecast.com"
type="html">
<p>
#form.HTMLPreviewTextArea#
<p>
---------------------------------------------<br>
<a href="https://www.nymetroparents.com/">nymetroparents.com</a>
</cfmail>
</cfif>
</cfif>
<font face=verdana size=-1>
<Center>
<p>
<br />
<font face=verdana size=+1>Thank You - Your Message Has Been Sent!
<p>
<cfelse>
<div id="content">
<div id="content-header">
</div>
<div class="container-fluid" style="margin-left:200px;">
<p>
<cfFORM action="nympemaillistings.cfm?send=on&id=#url.id#" method="post">
<table cellspacing=5 cellpadding=5>
<tr>
<td>
<b><font SIZE="-1" FACE="verdana" >Send a Copy of the Email To You?:</font></b>
</td>
<td>
<input TYPE="checkbox" NAME="sendself">
</td>
</tr>
<cfquery name="Getmail" dataSource="#ds#">
select email, salesperson from ParentsListings
where id = #url.id#
</cfquery>
<tr>
<td valign=top>
<b><font SIZE="-1" FACE="verdana" >Their E-Mail (Enter up to 5 E-Mail Addresses):</font></b>
</td>
<td>
<cfinput NAME="theirs" SIZE="45" required="yes" message="Please enter their email address." value="#getmail.email#"><br />
<input NAME="theirs2" SIZE="45" type="text" value="<cfoutput>#getmail.salesperson#</cfoutput>"><br />
<input NAME="theirs3" SIZE="45" type="text"><br />
<input NAME="theirs4" SIZE="45" type="text"><br />
<input NAME="theirs5" SIZE="45" type="text"><br />
</td></tr>
<tr>
<td>
<b><font SIZE="-1" FACE="verdana" ><b>Subject:</b></font>
</td>
<td>
<input NAME="Subject" SIZE="45" value="Your Profile on NYMetroParents.com">
</td></tr><tr>
<td colspan=2 align="left" valign="top">
<font SIZE="-1" FACE="verdana"><b>Message:</b></font> <br>
<Cfquery name="Geter" dataSource="#ds#">
select name from ParentsListings where id = #url.id#</cfquery>
<textarea name=HTMLPreviewTextArea cols="100" rows="25" wrap="VIRTUAL">
Hello <Cfoutput>#geter.name#</Cfoutput>,
<p>
You recently signed up for or requested to edit an expanded Profile (microsite) on NYMetroParents.com, and we're excited to get you started!
<p>
We made the process of updating your information as easy as possible by creating an online form for you to fill out-and it's pre-populated with your business's contact information. Using the below link, please submit up to 5 paragraphs (50 words each) about your business, your team, and the programs and services you offer, as well as up to 5 photos.
<p>
<cfoutput>
<a href="https://www.nymetroparents.com/naddnewmicrosite.cfm?linkid=#url.id#">https://www.nymetroparents.com/naddnewmicrosite.cfm?linkid=#url.id#</a></cfoutput>
<p>
If you have any questions, don't hesitate to reply to this email to ask!
<p>
Best,<br>
The NYMetroParents Team
</textarea>
</td>
</tr>
</td>
</tr>
</table>
<center><input type="submit" Value="Send Link">
</cfform>
</cfif>