SmtpTransport.prototype.send(message: Message,options?: TransportOptions,): Promise<Receipt>
Sends a single email message via SMTP.
This method converts the message to SMTP format, establishes a connection to the SMTP server, sends the message, and returns a receipt with the result.
Promise<Receipt>
A promise that resolves to a receipt indicating success or failure.