# You can find more information about this file on the symfony website: # http://www.symfony-project.org/reference/1_4/en/05-Factories all: mailer: class: sfMailer param: delivery_strategy: realtime # spool_class: Swift_DoctrineSpool # spool_arguments: [ MailMessage, message, getSpooledMessages ] transport: class: Swift_SmtpTransport param: host: smtp.example.com port: 587 encryption: ~ username: username@example.com password: password