Description
There is a cookbook "How to use Gmail to send Emails" showing how to send emails via Gmail during development using the built-in "gmail" transport.
What do you think about adding another cookbook showing how to configure the SwiftMailerBundle using cloud services like Amazon SES that can also be used in production? I know, this is only a little piece of configuration, but maybe people are surprised how easy it is to get all the SMTP mail server stuff out of their way without the need of a "native" built-in transport - even in a production environment and especially on a cloud server.
It may be named "How to use the Cloud to send Emails" or "How to use Amazon SES to send Emails"? I could create it loosely based on my stackoverflow answer and someone could add another service to it.