Skip to content

Commit

Permalink
Remove unused opts parameter docstring
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wneessen committed Nov 24, 2024
1 parent ead4067 commit 2f08829
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion quicksend.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f08829

Please sign in to comment.