module Devise::Models::DatabaseAuthenticatable

def skip_email_changed_notification!

Skips sending the email changed notification after_update
def skip_email_changed_notification!
  @skip_email_changed_notification = true
end