SmtpClient.sendMessage

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