Remove unused opts parameter docstring

The opts parameter documentation was removed as it is no longer used in the quicksend function. This change helps in maintaining accurate and up-to-date code documentation and reduces potential confusion.
This commit is contained in:
Winni Neessen 2024-11-24 12:25:37 +01:00
parent ead4067f2d
commit 2f08829fa3
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -41,7 +41,6 @@ var testHookTLSConfig func() *tls.Config // nil, except for tests
// - rcpts: A slice of strings of receipient addresses. // - rcpts: A slice of strings of receipient addresses.
// - subject: The subject line as string. // - subject: The subject line as string.
// - content: A byte slice of the mail content // - content: A byte slice of the mail content
// - opts: Optional parameters for customizing the body part.
// //
// Returns: // Returns:
// - A pointer to the generated Msg. // - A pointer to the generated Msg.