Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
How to send spool from swiftmailer without using command?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tomasz I  
View profile  
 More options Sep 11 2012, 8:17 am
From: Tomasz I <tomek.ignat...@gmail.com>
Date: Tue, 11 Sep 2012 05:17:41 -0700 (PDT)
Local: Tues, Sep 11 2012 8:17 am
Subject: How to send spool from swiftmailer without using command?

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Krebs  
View profile  
 More options Sep 11 2012, 8:25 am
From: Sebastian Krebs <krebs....@gmail.com>
Date: Tue, 11 Sep 2012 14:25:00 +0200
Subject: Re: [Symfony2] How to send spool from swiftmailer without using command?

2012/9/11 Tomasz I <tomek.ignat...@gmail.com>

> 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

--
github.com/KingCrunch

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tomasz I  
View profile  
 More options Sep 11 2012, 8:27 am
From: Tomasz I <tomek.ignat...@gmail.com>
Date: Tue, 11 Sep 2012 05:27:24 -0700 (PDT)
Local: Tues, Sep 11 2012 8:27 am
Subject: Re: [Symfony2] How to send spool from swiftmailer without using command?

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ł:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jaap Broekhuizen  
View profile  
 More options Sep 11 2012, 2:42 pm
From: Jaap Broekhuizen <jaap...@gmail.com>
Date: Tue, 11 Sep 2012 20:42:33 +0200
Local: Tues, Sep 11 2012 2:42 pm
Subject: Re: [Symfony2] How to send spool from swiftmailer without using command?

Maybe you should try to figure out what that schedule actually is before
trying to tackle the problem ;)

--
Jaap


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »