mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-27 16:05:08 +01:00
Merge pull request #387 from wneessen/bug/fix-comment
Remove unused opts parameter docstring
This commit is contained in:
commit
fe53c86338
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue