| 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/public_html/newadmin/scheduled/ |
Upload File : |
<Cfset three = #dateadd('d',-7,currentdatetime)#>
<cfquery name="getsites" datasource="cityguide">
select *
from mediakit
where date(datetime) = '#dateformat(three,'yyyy-mm-dd')#'
</cfquery>
<cfoutput query="getsites">
#getsites.email#
<CFMAIL
TO="#getsites.email#"
SUBJECT="Follow-up on information request"
FROM="Publisher-NYMetroParents <[email protected]>"
SERVER="127.0.0.1"
type="html">
Dear #name#,
<p>
We received your inquiry about advertising opportunities on NYMetroParents' magazines and websites.
I am following up to make sure you got great service and received all the information you need to make
a decision. If you did not get the information you want or have additional questions, don't hesitate to
contact me directly.
<p>
David L. Miller<br>
Publisher<br>
(646) 736-3618<br>
[email protected]
<p>
Here are a few highlights about us.
<p>
* We are the largest local publisher of parenting media in the US<br>
* We reach about 1,000,000 area parents every month<br>
* Our calendars feature about 1,000 family events every month<br>
* We have about 750 advertisers in our media every month<br>
<p>
A/E #assignedto#
</cfmail>
</cfoutput>