Preparing search index...
The search index is not available
@cloudflare/workers-types
@cloudflare/workers-types
SendEmail
Interface SendEmail
A binding that allows a Worker to send email messages.
interface
SendEmail
{
send
(
message
)
:
Promise
<
void
>
;
}
Index
Methods
send
Methods
send
send
(
message
)
:
Promise
<
void
>
Parameters
message
:
EmailMessage
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
send
@cloudflare/workers-types
Loading...
A binding that allows a Worker to send email messages.