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.3.9 app/mailers/auth/notifier.rb
wordjelly-auth-1.3.8 app/mailers/auth/notifier.rb
wordjelly-auth-1.3.7 app/mailers/auth/notifier.rb
wordjelly-auth-1.3.6 app/mailers/auth/notifier.rb
wordjelly-auth-1.3.5 app/mailers/auth/notifier.rb
wordjelly-auth-1.3.3 app/mailers/auth/notifier.rb
wordjelly-auth-1.3.2 app/mailers/auth/notifier.rb
wordjelly-auth-1.3.1 app/mailers/auth/notifier.rb
wordjelly-auth-1.3.0 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.9 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.8 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.6 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.5 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.4 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.3 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.2 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.1 app/mailers/auth/notifier.rb
wordjelly-auth-1.2.0 app/mailers/auth/notifier.rb
wordjelly-auth-1.1.9 app/mailers/auth/notifier.rb
wordjelly-auth-1.1.8 app/mailers/auth/notifier.rb