The OMMAIL library is a set of functions that makes use of POP3 (Post Office Protocol Version 3) and SMTP (Simple Mail Transfer Protocol) to send and receive electronic mail through OmniMark programs.
Functions in this library have one of three prefixes: MailInBox
, MailOutBox
, and
Mail
. MailInBox
functions are those which are used to receive and manipulate email, and
MailOutBox
functions are used to send email. Functions that use the Mail
prefix relate
to the mail library as a whole.
To use OMMAIL, you must include the following code near the top of your program:
include "ommail.xin"