dsplatonov
dsplatonov

Reputation: 773

How to send email after 1 month with php

In my web-application, i want to create a some-type of calendar plus reminder. For example, i need to create task and i want to receive a e-mail notification after 1 month.

How to implement it?

Thanks in advance.

Upvotes: 0

Views: 417

Answers (1)

Jamie Wong
Jamie Wong

Reputation: 18350

Have a cron job run every hour or so that finds all messages that haven't been delivered that were created a month ago.

Upvotes: 4

Related Questions