ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
SmtpClient.sendMessage
ae
net
smtp
client
SmtpClient
Send a message.
from
and
to
are the envelope
MAIL FROM
and
RCPT TO
addresses.
class
SmtpClient
void
sendMessage
(
string
from
,
string
to
,
string
[]
data
)
Meta
Source
See Implementation
ae
net
smtp
client
SmtpClient
constructors
this
enums
State
functions
sendMessage
properties
state
variables
handleError
handleSent
handleStateChanged
Send a message. from and to are the envelope MAIL FROM and RCPT TO addresses.