Changed Swiftmailer spool to file based

Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely 2012-07-31 11:11:02 +02:00
parent 7d9f02f542
commit fffb7e4a4a
4 changed files with 8 additions and 3 deletions

View File

@ -58,4 +58,6 @@ swiftmailer:
host: %mailer_host%
username: %mailer_user%
password: %mailer_password%
spool: { type: memory }
spool:
type: file
path: %kernel.root_dir%/spool

View File

@ -22,5 +22,6 @@ monolog:
assetic:
use_controller: true
#swiftmailer:
# delivery_address: me@example.com
swiftmailer:
delivery_address: nauryl@nauryl.com
spool: { type: memory }

0
app/logs/.gitkeep Executable file → Normal file
View File

2
spool/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.git*