home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / wizards / 5670 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.7 KB  |  44 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!ukma!gatech!concert!uvaarpa!murdoch!elvis.med.Virginia.EDU!sdm7g
  3. From: sdm7g@elvis.med.Virginia.EDU (Steven D. Majewski)
  4. Subject: Re: Is it possible to E-mail through Telnet?
  5. Message-ID: <1993Jan27.013709.25001@murdoch.acc.Virginia.EDU>
  6. Sender: usenet@murdoch.acc.Virginia.EDU
  7. Organization: University of Virginia
  8. References: <kennehra.727564452@craft.camp.clarkson.edu>
  9. Date: Wed, 27 Jan 1993 01:37:09 GMT
  10. Lines: 32
  11.  
  12. In article <kennehra.727564452@craft.camp.clarkson.edu> kennehra@craft.camp.clarkson.edu (Rich"TheMan"Kennehan) writes:
  13. >
  14. >
  15. >Hi.  I saw some script code that had a method to send E-mail through
  16. >telnetting to the mailserver.  The code works like this:
  17. >
  18. >telnet $mailserver smtp < file
  19. >
  20. >the variable $mailserver was defined elsewhere in the program as
  21. >input from the command line.  What I would like to know is: Will this
  22. >work?  Is it possible to send E-mail by telnetting to the mailserver?
  23. >And what does "smtp" do?
  24. >
  25.  
  26. Get a copy of rfc821 and try:
  27. >telnet $mailserver smtp
  28. HELP
  29.  
  30. Other than debugging a new mail system, the only time I ever
  31. directly connect to smtp is to try VRFY or EXPN to check if 
  32. I have a valid handle. 
  33.  
  34.  
  35. ===============================================================================
  36.  Steven D. Majewski            University of Virginia 
  37.  sdm7g@Virginia.EDU            Box 449 Health Sciences Center
  38.  Voice: (804)-982-0831            1300 Jefferson Park Avenue
  39.  FAX:   (804)-982-1616            Charlottesville, VA 22908
  40. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  41. Former UVA Department of Physiology, now Department of Molecular Physiology
  42. and Biological Physics! [ Still the same spacious offices in Jordan Hall 
  43. - only the letterhead has changed! ]
  44.