Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F10352565
logger-mailer.ts
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
360 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
()
:
Promise
<
true
>
{
return
true
;
}
async
sendEmail
({
to
,
subject
,
text
}
:
MessageData
)
:
Promise
<
void
>
{
this
.
app
.
Logger
.
info
(
"✉ MAIL"
,
"Would send an email here"
,
{
to
,
subject
,
text
,
});
}
}
File Metadata
Details
Attached
Mime Type
text/x-java
Expires
Sun, Nov 2, 16:53 (8 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1029442
Default Alt Text
logger-mailer.ts (360 B)
Attached To
Mode
rS Sealious
Attached
Detach File
Event Timeline
Log In to Comment