Chuck
Chuck
> Thanks for reporting, I see this DB migration is to blame: > > https://github.com/spree/spree/blob/d3927a3f646f0b4e72b137bf72606c885ec59829/core/db/migrate/20230514162157_add_index_on_locale_and_permalink_to_spree_taxons.rb#L3 > > this should be a combined index on`permalink`, `locale, `parent_id`and`taxonomy_id` @damianlegawiec and @rafalcymerys `parent_id`...
@damianlegawiec Thanks
It's awesome! Has been successfully updated to the latest version.
I am looking forward to it!
Save smtp setting in store config, use Rails ActionMailer method option delivery_method_options. ``` class UserMailer < ApplicationMailer def welcome_email @user = params[:user] @url = user_url(@user) delivery_options = { user_name: params[:company].smtp_user,...
@rahul2103 Wow, Thanks!