From b484fc6c48dfb2006748b385949684fa0cd7dd31 Mon Sep 17 00:00:00 2001 From: John Hobbs Date: Thu, 2 Feb 2012 12:21:10 -0600 Subject: [PATCH] Update symfony config, thanks @adipasquale. Closes #15 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 864fccd..7c732e4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Like any other Swiftmailer transport: # Symfony1.X configuration - ```yml + ```yaml # app/frontend/config/factories.yml all: @@ -34,6 +34,7 @@ Like any other Swiftmailer transport: class: sfMailer param: transport: + class: Swift_AWSTransport accessKeyId: your-access-key secretKey: Y0uR-$3cr3t5-k3y debug: false