I am working on a script that will send out daily messages to an individual who has subscribed to a particular company’s daily message.
The subscribers table has:
- Firstname
- Company ID
Delivery method- Desktop
- Phone
I have set up a query that pulls the subscribers information to:
- Determine which business
- Which layout to use (contact_id)
- Determines time zone
- Phones will be sent at a later time than the desktop
- Which version to send:
- Desktop with all graphics
- Phone with graphics removed
I can use a cfloop to send the message out every morning, I just don’t know how to efficiently send out the message by the different time zones.
Each time zone will have 2 diff times:
- 5:00am for the desktop
- 8:00am for the phones
Any suggestions would be helpful.