Merge pull request #387 from wneessen/bug/fix-comment

Remove unused opts parameter docstring
This commit is contained in:
Winni Neessen 2024-11-24 12:26:31 +01:00 committed by GitHub
commit fe53c86338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.