Skip to content

Commit b4f3805

Browse files
authored
readme: fix sample server for v0.18.0
1 parent 336d1ff commit b4f3805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func (s *Session) Mail(from string, opts *smtp.MailOptions) error {
123123
return nil
124124
}
125125

126-
func (s *Session) Rcpt(to string) error {
126+
func (s *Session) Rcpt(to string, opts *smtp.RcptOptions) error {
127127
if !s.auth {
128128
return smtp.ErrAuthRequired
129129
}

0 commit comments

Comments
 (0)