No
I want to send a specific mail to different user. But I want to send this mails in different times. like z person gets mail 10 days later and x person gets mail 15 days later. How can i do this.
Sorry with my bad english.
Troels Arvin wrote:
It sounds like you need to run a (PHP-)script at regular intervals. If you are on a unix system, then you could set up a system where a given URL is loaded every - say - 5 minutes.
For this, you could put a relevant curl or wget command in your cron, requesting a URL which sends out whatever messages should be sent.
There are many other specific ways of doing it, though.