Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995543
logger-mailer.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
330 B
Referenced Files
None
Subscribers
None
logger-mailer.ts
View Options
import
Mailer
from
"./mailer.js"
;
import
type
{
MessageData
}
from
"./message.js"
;
export
default
class
LoggerMailer
extends
Mailer
{
async
verify
()
{
return
true
;
}
async
sendEmail
({
to
,
subject
,
text
}
:
MessageData
)
{
this
.
app
.
Logger
.
info
(
"✉ MAIL"
,
"Would send an email here"
,
{
to
,
subject
,
text
,
});
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Mon, Dec 23, 07:35 (21 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
554965
Default Alt Text
logger-mailer.ts (330 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment