mailing list - PHP: adding a timer -


i'm creating mailing list application. send 40 emails per hour due restrictions of mailing service. how can add timer?

if need create scheduled task, suggest creating cron job.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -