Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Emailer Not Working
Humphrey1988
post Aug 19 2006, 04:47 PM
Post #1


Newbie [ Level 2 ]
Group Icon

Group: Members
Posts: 18
Joined: 19-August 06
Member No.: 15,398



Here's what I wanted to do: set up a "puzzle of the day" email delivery system that people could subscribe to.

Here's how I attempted it: using a modified version of an article on asp101 (getting scripts to run on a schedule), I put the following code at the bottom of my site's homepage:


Code:

<% If DateDiff("d", Application("LastScheduledRun"), Now()) > 0 Then Application.Lock Application("LastScheduledRun") = Now() Application.UnLock 'Trigger the emailer, which will then redirect back to here. Response.Redirect "/delivery.asp" End If %>



delivery.asp in turn sends off that day's puzzle and redirects back to the homepage.

Well, it worked, sort of. I had my own email as the only recipient for the past 4 days as a test. And I did indeed get the puzzles: 3 times a day. That's problem number 1.

Until today, when I didn't get the puzzle at all. By this time of day, it's usually arrived twice. That's problem number 2.

Any suggestions? Up to and definitely including "try the following free service/script instead"...

Note that this is a godaddy hosted, cheap-as-possible account. I don't believe I can access any kind of scheduled task controller on the server.

Thanks in advance.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Mail Is No Longer Working?(10)
  2. System Sounds Not Working(9)
  3. My FTP Quit Working(10)
  4. Lots Of Games Not Working - DirectX Issue?(8)
  5. ATI Radeon 9250 Issues(8)
  6. Direct3d Setrenderstate(d3drs_zenable,true) Has No Effect ?(4)
  7. PHP Mail Sending Is Not Working After cPanel Upgradation!(22)
  8. Help, My Laptop Charger Is Not Working Properly(17)
  9. Asp With Astahost(8)
  10. Site / Account Not Working(10)
  11. Dvd Decoders Not Working Properly(5)
  12. Not Working Again(8)
  13. Working With Microsoft Office(0)
  14. Site Not Working(5)
  15. Table Issues(4)
  1. Pc Monitor Not Working(8)
  2. $_get Issue (urgent!)(11)
  3. Get Wireless Working In Ubuntu 7.04(0)
  4. Hosting Not Working For Some Reason?(3)
  5. Working Out A Date Has Passed(6)
  6. Settimeout() & Focus() Not Working With Firefox(1)
  7. Gimp: Working With Text(5)
  8. Javascript Changes Aren't Working.(6)
  9. Getting My Wireless Network Adapter Working On Linux(2)
  10. Need Help Making My Ftp Work(14)
  11. Can't Make This Query Working.(2)
  12. View New Posts Not Working(12)
  13. Cpanel Isn't Working.(14)


 



- Lo-Fi Version Time is now: 11th October 2008 - 06:06 PM