diff --git a/README.md b/README.md index d652797..a5a1792 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ func (s *Session) Mail(from string, opts *smtp.MailOptions) error { return nil } -func (s *Session) Rcpt(to string) error { +func (s *Session) Rcpt(to string, opts *smtp.RcptOptions) error { if !s.auth { return smtp.ErrAuthRequired }