Comment 5 for bug 621394

Revision history for this message
Monpelaud (monpelaud) wrote : Re: In the menu "Manage local users" impossible to add a "New local user"

I found this post :
http://www.metulo.net/how-to-send-an-email-with-symfony-and-gmail

In the file factories.yml I added this "mailer:" section at the end of the "all:" section :

  mailer:
    param:
      transport:
        class: Swift_SmtpTransport
        param:
          host: smtp.myprovider.fr
          port: 25
          encryption: ~
          username: my.email
          password: ~