hi.
from the login_engine rdoc:
confirm_account:
An overriding flag to control whether or not user accounts must be
verified by email. This overrides the user_email_notification flag.
Defaults to true.
so you probably have to set :confirm_account to false as well.
-tak.
On Apr 19, 2006, at 2:17 AM, S?bastien Grosjean wrote:
> I got a problem with the set up of Action Mailer and Login_Engine.
>
> I''m actually not able to disable email notification, as I could
see
> in the doc of login_engine it seem that I just need to insert a
> line in the environement.rb of my application, like that :
>
> module LoginEngine
>
> # ... other options...
> config :use_email_notification, false
>
> end
>
> But I don''t get it working, I always get the following warning :
> "Error creating account: confirmation email not sent"
>
> Any help is welcome,
> regards,
>
> --
> Grosjean S?bastien