Sha256: 77d48dd6c91bbd3e5363c0a2454803bf860eca6f3210ff306fd17a216988c383

Contents?: true

Size: 495 Bytes

Versions: 59

Compression:

Stored size: 495 Bytes

Contents

class Auth::Notifier < ::ApplicationMailer
	default from: "from@example.com"
	## make sure that anything going into this argument implements includes globalid, otherwise serialization and deserialization does not work.
	def notification(resource,notification)
		@resource = resource
		@notification = Auth.configuration.notification_class.constantize.new
		mail to: "bhargav.r.raut@gmail.com", subject:  "#{Time.now}Now with new otp job architecture.  #{Auth.configuration.brand_name}"
	end
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.9 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.8 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.7 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.6 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.5 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.4 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.3 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.2 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.1 app/mailers/auth/notifier.rb
wordjelly-auth-1.5.0 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.9 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.8 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.7 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.6 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.5 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.4 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.3 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.2 app/mailers/auth/notifier.rb
wordjelly-auth-1.4.0 app/mailers/auth/notifier.rb