search for: some_email

Displaying 3 results from an estimated 3 matches for "some_email".

Did you mean: home_email
2011 Jun 16
2
Authlogic: Trying to login in my Cucumber test - Authlogic::Session::Activation::NotActivatedError
...n::NotActivatedError) My code: Given /^I am the logged in (.+) "(.+)"$/ do |role, login| user = User.create!( :login => login, :password => "some_password", :password_confirmation => "some_password", :role => role, :email => "some_email-oHC15RC7JGRl57MIdRCFDg@public.gmane.org" ) #Authlogic::Session::Base.controller = Authlogic::ControllerAdapters::RailsAdapter.new(self) UserSession.create( :login => login, :password => "some_password" ) end I found that commented out bit - Authlogic::Session::...
2008 Jun 04
8
Accessing Params Hash form Action Mailer Model
I have used Action Mailer to collect data from a form and send it to a recipient. Rather than hard-code things like the subject, recipients, and return address into the model, I would like to include that information in hidden fields in my form thereby causing that information to be included in the params hash. My question is: How can I access that information from the params hash in the model?
2017 Sep 07
0
migrate courier to dovecot and forward mail like maildrop does it
...39;s the way to go if I want to migrate my courier/maildrop setup to dovecot/sieve? Is it even possible or do I need something else? The approach of using maildrop with postfix just hit the fan because I'm to dumb to configure it :( so with maildrop I have a .mailfilter file with cc "!some_email at some_domain.tld" and this just works like a charm with courier and maildrop but whats the equivalent in dovecote and the sieve plugin ? regards -- Markus Rosjat fon: +49 351 8107223 mail: rosjat at ghweb.de G+H Webservice GbR Gorzolla, Herrmann K?nigsbr?cker Str. 70, 01099 Dresd...