Still, once emails are enabled, users will get digest emails right away. Couldn’t we add something like this to ImportScripts::Base#create_user
:
opts[:last_emailed_at] = opts.fetch(:last_emailed_at, Time.now)
Still, once emails are enabled, users will get digest emails right away. Couldn’t we add something like this to ImportScripts::Base#create_user
:
opts[:last_emailed_at] = opts.fetch(:last_emailed_at, Time.now)