Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pollinations/pollinations
/ sendMail
Method
sendMail
apps/micro/src/services/microService.ts:12–14 ·
view source on GitHub ↗
(message: EmailMessage)
Source
from the content-addressed store, hash-verified
10
11
// Email utilities
12
async
sendMail(message: EmailMessage): Promise<EmailServiceResponse> {
13
return
this.emailService.sendMail(message);
14
}
15
16
async
sendTemplateMail(
17
template: EmailTemplate,
Callers
nothing calls this directly
Calls
1
sendMail
Method · 0.65
Tested by
no test coverage detected