mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Merge remote-tracking branch 'origin/story/109317508-email_fix' into staging
This commit is contained in:
commit
b1207c4128
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Contact < ActiveRecord::Base
|
|||
return nil unless deliver_emails == true
|
||||
emails = []
|
||||
emails << [email, email_was]
|
||||
emails << domains.map(&:registrant_email) if domains.present?
|
||||
# emails << domains.map(&:registrant_email) if domains.present?
|
||||
emails = emails.flatten.uniq
|
||||
emails.each do |e|
|
||||
ContactMailer.email_updated(email_was, e, id, deliver_emails).deliver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue