You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by hb...@apache.org on 2002/10/18 04:53:37 UTC

cvs commit: jakarta-james/tests/src/conf smtp.protocolsession

hbedi       2002/10/17 19:53:36

  Added:       tests/src/conf smtp.protocolsession
  Log:
  smtp protocol session.
  
  Revision  Changes    Path
  1.1                  jakarta-james/tests/src/conf/smtp.protocolsession
  
  Index: smtp.protocolsession
  ===================================================================
  # SMTP protocol session. Send email.
  # user test, test1, test2 must exist
  S: 220.*
  C: HELO foobar
  S: 250.*
  C: MAIL FROM: <te...@localhost>
  S: 250.*
  C: RCPT TO: <te...@localhost>
  S: 250.*
  C: RCPT TO: <te...@localhost>
  S: 250.*
  C: RCPT TO: <te...@localhost>
  S: 250.*
  C: DATA
  S: 354.*
  C: From: <te...@localhost>
  C: To: <te...@localhost>
  C: Cc: <te...@localhost>
  C: Subject: test
  C: 
  C: Test message body
  C: .
  S: 250.*
  C: QUIT
  S: 221.*
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>