Skip to content

Commit

Permalink
[4-19] メール送信にGmailを使う設定
Browse files Browse the repository at this point in the history
ログインユーザーとパスワードは適宜変更してください。
  • Loading branch information
hidenorigoto committed Nov 4, 2015
1 parent 8364062 commit 2bd2619
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/config/parameters.yml
Expand Up @@ -5,8 +5,8 @@ parameters:
database_name: classic-symfony
database_user: root
database_password: null
mailer_transport: smtp
mailer_host: 127.0.0.1
mailer_user: null
mailer_password: null
mailer_transport: gmail
mailer_host: ~
mailer_user: YOURACCOUNT
mailer_password: YOURPASSWORD
secret: 346d635ccdebbd213cf9e074baa5a7cce799e093
6 changes: 6 additions & 0 deletions docs/lists/ch04/04-19.txt
@@ -0,0 +1,6 @@
parameters:
...
mailer_transport: gmail
mailer_host: ~
mailer_user: YOURACCOUNT
mailer_password: YOURPASSWORD

0 comments on commit 2bd2619

Please sign in to comment.