This commit is contained in:
Erik Faye-Lund 2025-06-20 15:30:38 -04:00 committed by GitHub
commit 2a536cea57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -307,11 +307,11 @@ var testHookStartTLS func(*tls.Config) // nil, except for tests
// The addresses in the to parameter are the SMTP RCPT addresses.
//
// The msg parameter should be an RFC 822-style email with headers
// first, a blank line, and then the message body. The lines of msg
// should be CRLF terminated. The msg headers should usually include
// fields such as "From", "To", "Subject", and "Cc". Sending "Bcc"
// messages is accomplished by including an email address in the to
// parameter but not including it in the msg headers.
// first, a blank line, and then the message body. The msg headers
// should usually include fields such as "From", "To", "Subject",
// and "Cc". Sending "Bcc" messages is accomplished by including an
// email address in the to parameter but not including it in the msg
// headers.
//
// The SendMail function and the net/smtp package are low-level
// mechanisms and provide no support for DKIM signing, MIME