Beignet API reference
Preparing search index...
@beignet/core
mail
SendMailOptions
Type Alias SendMailOptions
SendMailOptions
:
MailBaseMessage
&
(
{
html
?:
string
;
text
:
string
}
|
{
html
:
string
;
text
?:
string
}
)
Mail send options.
A message must include at least one body format:
text
or
html
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Beignet API reference
Loading...
Mail send options.
A message must include at least one body format:
textorhtml.