For the email part, hmm. You might could do this then.
1) you need a new field in VL_sites
- alexa_emailed, make it a tinyint field with default value of 0 ( zero )
2) Now, so we don't email them each and every day, we have set this new field to 1 once they have been emailed.
- then you could...