Skip to content

Commit

Permalink
Merge pull request #387 from wneessen/bug/fix-comment
Browse files Browse the repository at this point in the history
Remove unused opts parameter docstring
  • Loading branch information
wneessen authored Nov 24, 2024
2 parents ead4067 + 2f08829 commit fe53c86
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 fe53c86

Please sign in to comment.