Notify a project state

Notify a project state

I have a project form wich inlude: 
- customer (with his email)
- account manager (with his email)
- start date date of the project
- end date of the project

I need that in the middle of the project ( date = start date + (end date - start date) /2) or after a number of days after the beginning of the project, customer and account manager receive an email.
How can i do this?