diff --git a/quicksend.go b/quicksend.go index 797b4bd..204971f 100644 --- a/quicksend.go +++ b/quicksend.go @@ -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.