  Sending email/mail/smtp/messages? 
 The Question is:
 
How can I send email over the internet from DCL and/or from inside a Fortran
 program?
 
 The Answer is :
 
  MAIL.  You can use the MAIL utility to send MAIL including SMTP
  (internet) mail, and you can also call the MAIL application programming
  interface (API) from within your application program.  Documentation
  on both the MAIL utility and the MAIL API are available in the OpenVMS
  documentation set.
 
 Answer written or last revised on  19-OCT-2001 
