On Tue, Sep 11, 2012 at 2:27 PM, Tomasz I <tomek.ignat
...@gmail.com> wrote:
> I know that solution and use it on my servers. Unfortunately this page for
> my client is different, admin is different. He says they doesn't use cron
> (weird) and they use some kind of Schedule, I guess something like in
> Windows, I don't know.
> W dniu wtorek, 11 września 2012 14:25:07 UTC+2 użytkownik Sebastian Krebs
> napisał:
>> 2012/9/11 Tomasz I
>> How to send spool from swiftmailer without using command?
>>> php app/console swiftmailer:spool:send --env=prod
>>> I need to put this somehow into php file so that Server admin can add
>>> this to Schedule.
>> Your server admin should add exactly the line above to the crontab
>> */5 * * * * /usr/bin/php /path/to/app/console **swiftmailer:spool:send
>> --env=prod
>> This triggers the command every five minutes.
> --
> If you want to report a vulnerability issue on symfony, please send it to
> security at symfony-project.com
> You received this message because you are subscribed to the Google
> Groups "Symfony2" group.
> To post to this group, send email to symfony2@googlegroups.com
> To unsubscribe from this group, send email to
> symfony2+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/symfony2?hl=en