Skip to content

Commit

Permalink
[4-18] Swift Mailerの設定
Browse files Browse the repository at this point in the history
  • Loading branch information
hidenorigoto committed Nov 4, 2015
1 parent 0025ed3 commit 8364062
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/config/config.yml
Expand Up @@ -77,4 +77,3 @@ swiftmailer:
host: "%mailer_host%"
username: "%mailer_user%"
password: "%mailer_password%"
spool: { type: memory }
6 changes: 6 additions & 0 deletions docs/lists/ch04/04-18.txt
@@ -0,0 +1,6 @@
# Swiftmailer Configuration
swiftmailer:
transport: "%mailer_transport%"
host: "%mailer_host%"
username: "%mailer_user%"
password: "%mailer_password%"

0 comments on commit 8364062

Please sign in to comment.