Hi, Any body knows how to create an AUTO EMAIL SEND when it reaches a date without user accessing the site.
You'll need to set up a cron job(Unix) or scheduled task(windows) to call your mail page at a specific time, that page will check to see if it needs to send any emails.