From 2f08829fa3c19a93d774cf99dbf55bd3a3ed6376 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sun, 24 Nov 2024 12:25:37 +0100 Subject: [PATCH] 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. --- quicksend.go | 1 - 1 file changed, 1 deletion(-) diff --git a/quicksend.go b/quicksend.go index 797b4bd..204971f 100644 --- a/quicksend.go +++ b/quicksend.go @@ -41,7 +41,6 @@ var testHookTLSConfig func() *tls.Config // nil, except for tests // - rcpts: A slice of strings of receipient addresses. // - subject: The subject line as string. // - content: A byte slice of the mail content -// - opts: Optional parameters for customizing the body part. // // Returns: // - A pointer to the generated Msg.