Changed Swiftmailer spool to file based
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -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
|
||||
|
@@ -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
0
app/logs/.gitkeep
Executable file → Normal file
Reference in New Issue
Block a user