Skip to content

77web/opMailQueuePlugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

here is some cron setting examples.

will execute queues hourly:
0 * * * * /path/to/openpne/symfony opMailq:execute

will execute queues every 30 minutes:
0 * * * * /path/to/openpne/symfony opMailq:execute
30 * * * * /path/to/openpne/symfony opMailq:execute

will execute queues every minutes(!!not recommended!!):
* * * * * /path/to/openpne/symfony opMailq:execute

About

provides OpenPNE3.x a mail queue function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages