Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radutopala committed Jun 3, 2014
1 parent 4ac3094 commit a39d62f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,22 @@ Installation instructions:
Set a cron to execute the queue:
app/console swiftmailer:spool:send
app/console automailer:spool:send
You can also test the spool by adding a new email with:
app/console automailer:test [email protected]
Automailer has also a Beanstalk integration feature, which uses pheanstalk to send a job with ```swiftmailer:spool:send``` to a queue/tube. This feature is activated automatically once a new email is sent through mailer, if pheanstalk is installed and if you add this inside ```./app/config.yml```:
Automailer has also a Beanstalk integration feature, which uses pheanstalk to send a job with ```automailer:spool:send``` to a queue/tube. This feature is activated automatically once a new email is sent through mailer, if pheanstalk is installed and if you add this inside ```./app/config.yml```:
```
tss_automailer:
beanstalk: true
```
You can also customize the entity manager:
```
tss_automailer:
manager: doctrine_mongodb.odm.document_manager
```
Enjoy :)

0 comments on commit a39d62f

Please sign in to comment.