Skip to content

Commit

Permalink
Update symfony config, thanks @adipasquale. Closes #15
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhobbs committed Feb 2, 2012
1 parent 0a403ba commit b484fc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -26,14 +26,15 @@ Like any other Swiftmailer transport:

# Symfony1.X configuration

```yml
```yaml
# app/frontend/config/factories.yml

all:
mailer:
class: sfMailer
param:
transport:
class: Swift_AWSTransport
accessKeyId: your-access-key
secretKey: Y0uR-$3cr3t5-k3y
debug: false
Expand Down

0 comments on commit b484fc6

Please sign in to comment.