mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-27 07:55:08 +01:00
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.
This commit is contained in:
parent
ead4067f2d
commit
2f08829fa3
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.
|
||||
// - 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.
|
||||
|
|
Loading…
Reference in a new issue