Configure your email in yourapp/config/factories.yml all: mailer: class: sfMailer param: transport: class: Swift_SmtpTransport param: host: mail.example.com port: 465 encryption: ssl username: yourname password: yourpassword And if you want email to work in the DEv environment: dev: mailer: param: delivery_strategy: realtime
Pages
Categories
Archives