class EventMachine::Protocols::SmtpServer

def receive_recipient rcpt


times per transaction. Return false to reject the recipient.
Receives the argument of a RCPT TO command. Can be given multiple
def receive_recipient rcpt
  true
end