hi i was wondering if its possible that php can send automated email on a specific date and if so how can i implement this? if not what web program should i use to do this?

You need to create the program to send the mail (it needs all the details from your database or a file to know what to send to who and when) and you will need to trigger it (maybe on a daily basis if you are doing this regularly). Most servers have Cron installed to trigger timed events.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.