Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F5131031
user_mailer.rb
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Aug 17, 1:33 PM
Size
459 B
Mime Type
text/x-ruby
Expires
Wed, Aug 19, 1:33 PM (18 h, 3 m)
Engine
blob
Format
Raw Data
Handle
433955
Attached To
rARCHIVING archiving
user_mailer.rb
View Options
class
UserMailer
<
ActionMailer
::
Base
default
from
:
Archiving
.
settings
[
:default_sender
]
# Notifies the host's owners that the host has been verified by an admin
# and is now ready to be configured
#
# @param user_emails[Array] the owners' emails
# @param host[String] the host's FQDN
def
notify_for_verification
(
user_emails
,
host
)
@host
=
host
s
=
"[Archiving] Host
#{
host
}
verification"
mail
(
to
:
user_emails
,
subject
:
s
)
end
end
Event Timeline
Log In to Comment