Emaze Auction: Daily Status Email "> #dailyStatusHeader# ##dailyStatusEmail## #dailyStatusFooter# ">

Daily status email updated.


Daily Status Emails

We call it a daily status email, but you can run it however often you want, such as weekly, every other day, etc. The daily status email is designed to do the following:

  • Email the status of bids on all open and recently closed lots
  • Email the status of all open or recently closed lots that the user is watching
  • Email the list of new items posted to the categories each user subscribes to

To run the script, you call the system via the following URL:

#systemURL#/program/dailyStatus.cfm?emazedaily

The ?emazedaily component is added to ensure that someone does not just call the URL directly and send the emails.

You should also probably add a RequestTimeOut variable to the URL. This will change the number of seconds until the script times out. The server will time out a script to prevent it from running forever. Set the timeout value to a time high enough to run thru the entire script. So the full URL would now be something like:

#secureSystemURL#/seller/chargeSeller.cfm?emazecharge&RequestTimeOut=500

This would let the script run for 500 seconds before it times out.

Email From Name Reply-to Email
Daily Status (leave blank for no name)
Subject:

Lots to include:
Text Heading
Open lots user has bid on CHECKED>
Lots user has bid on closed since last email CHECKED>
Open lots user is watching CHECKED>
Lots user is watching closed since last email CHECKED>
New lots in subscribed categories CHECKED>

Field Headings
Lot ID:
Lot name:
Quantity in lot:
Opening bid for lot:
Opening time:
Closing time:
High Bid:
Next Minimum Bid:
Current Bid:
Initial Bid:
Maximum Bid:
Winning Bid:
Yes Winning Bid:
No, Not Winning Bid:
Reserve Price Met:
Reserve Price Not Met:
Quantity Won:
Quantity requested:
Total Price:
Category Name:
To Separate Lots:

Header of daily status email

Footer of daily status email