Generated from /home/galaxyng/NG/Source/mail.c with ROBODoc v4.0.18 on Mon Jan 05 22:26:09 2004

TABLE OF CONTENTS


GalaxyNG/createEnvelope

NAME

   createEnvelope -- create an envelope.

FUNCTION

   Creates and initializes and envelope.

GalaxyNG/setHeader

NAME

   setHeader -- write something on the envelope.

SYNOPSIS

   void setHeader(envelope *e, int headerType, char *format, ...)

FUNCTION

   Dynamically create a mail header. 

GalaxyNG/destroyEnvelope

NAME

   destroyEnvelope -- free memory used by an envelope.

SYNOPSIS

   destroyEnvelope(envelope *e)

GalaxyNG/eMail

NAME

   eMail -- mail the contents of a file to someone.

FUNCTION

   Mail a file to someone. 

INPUTS

   e        -- envelope
   aGame    -- game structure, contains settings for mailer etc.
   fileName -- name of the file to send.

RESULT

   status  0, all OK.
          >0, something went wrong

BUGS

   Does not write anything to the log file.