Changed Swiftmailer spool to file based
Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
This commit is contained in:
parent
7d9f02f542
commit
fffb7e4a4a
@ -58,4 +58,6 @@ swiftmailer:
|
|||||||
host: %mailer_host%
|
host: %mailer_host%
|
||||||
username: %mailer_user%
|
username: %mailer_user%
|
||||||
password: %mailer_password%
|
password: %mailer_password%
|
||||||
spool: { type: memory }
|
spool:
|
||||||
|
type: file
|
||||||
|
path: %kernel.root_dir%/spool
|
||||||
|
@ -22,5 +22,6 @@ monolog:
|
|||||||
assetic:
|
assetic:
|
||||||
use_controller: true
|
use_controller: true
|
||||||
|
|
||||||
#swiftmailer:
|
swiftmailer:
|
||||||
# delivery_address: me@example.com
|
delivery_address: nauryl@nauryl.com
|
||||||
|
spool: { type: memory }
|
||||||
|
0
app/logs/.gitkeep
Executable file → Normal file
0
app/logs/.gitkeep
Executable file → Normal file
2
spool/.gitignore
vendored
Normal file
2
spool/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.git*
|
Loading…
Reference in New Issue
Block a user