GithubHelp home page GithubHelp logo

Comments (4)

huoxito avatar huoxito commented on May 30, 2024

Hey @NMaria sorry I don't understand this:

but is not the message from devise, is from spree the same before i install devise

Are you trying to say that your store is not sending emails at all? If thats the case this guide might help you http://guides.spreecommerce.com/developer/deployment_tips.html#configuring-email-options.

from spree_auth_devise.

NMaria avatar NMaria commented on May 30, 2024

My store is sending emails, yes but only for testMail , into admin, and when i ask for a forgot password, like a user, thats is ok longtime ago.. before i try devise.

I follow guides from spree and from devise, all instructions for configure a mail confirmation when an user create an account but nothing new ... is like devise is not right...

Same think with spree_contact_us extension, i have the form, i send a mail with the form and i have the message : "Contact email was succesfully sent." but nothing more.. no message into my mail..

from spree_auth_devise.

radar avatar radar commented on May 30, 2024

Hi @NMaria, I don't know what the problem could be. Without some clear steps to reproduce this problem on an application of our own, I don't think we would be able to figure it out. Sorry.

from spree_auth_devise.

NMaria avatar NMaria commented on May 30, 2024

My gemfile :

source 'https://rubygems.org'

gem 'rails', '3.2.14'

gem 'sqlite3'

group :assets do
  gem 'sass-rails',   '~> 3.2.3'
  gem 'coffee-rails', '~> 3.2.1'

  gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

gem 'spree', github: 'spree/spree', branch: '2-0-stable'
gem 'spree_gateway', github: 'spree/spree_gateway', branch: '2-0-stable'
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-0-stable'

gem 'spree_contact_us', :git => 'https://github.com/jdutil/spree_contact_us' , branch: '2-0-stable'

gem 'spree_static_content', :github => 'spree/spree_static_content', branch: '2-0-stable'

gem 'spree_i18n', :git => 'git://github.com/spree/spree_i18n.git', :branch => '2-0-stable'

gem 'globalize', '~> 3.0.0'

gem 'spree_paypal_express', :git => 'git://github.com/spree/spree_paypal_express.git', branch: '2-0-stable'
gem 'unicorn'

My devise.rb :


Devise.setup do |config|

  config.mailer_sender = "[email protected]"

  config.mailer = "Devise::Mailer"

  require 'devise/orm/active_record'

  config.authentication_keys = [ :email ]

  config.case_insensitive_keys = [ :email ]

  config.strip_whitespace_keys = [ :email ]

  config.skip_session_storage = [:http_auth]

  config.stretches = Rails.env.test? ? 1 : 10

  config.reconfirmable = true

  config.password_length = 8..128

  config.reset_password_within = 6.hours

  config.scoped_views = true

  config.default_scope = :user

  config.sign_out_via = :delete

end

My spree.rb :

Spree.config do |config|

  config.site_name = "mystore"
  config.allow_ssl_in_production = false
  config.set(logo: "store/mystore.png")

  config.override_actionmailer_config = true


  config.enable_mail_delivery = true
  config.mail_bcc = "[email protected]"


  config.mails_from = "[email protected]"

end

Spree.user_class = "User"

from spree_auth_devise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.