method
rcptto
rcptto( to )
private
Hide source
# File lib/net/smtp.rb, line 633 def rcptto( to ) getok('RCPT TO:<%s>', to) end