| iMatix home page | << | < | > | >> |
![]() Version 1.91 |
Filename: sflmail.h
Package: standard function library (sfl)
Written: 06/18/97 Scott Beasley (jscottb@infoave.com)
Revised: 98-03-17
Copyright: Copyright (C) 1991-97 Imatix
Functions to format and send SMTP messages. Messages can contain attachments, and be sent with "cc"'s "bcc"'s as well as the normal "to" receivers.
sflmail.h defines these symbols, possibly conditionally:
Symbol: | Defined as: |
---|---|
ENC(c) | ((c) ? ((c) & 077) + ' ': '`') |
_sflmail_included | TRUE |
smtp_send_data(sock,strout) | write_TCP((sock),(strout),strlen((strout))) |
| << | < | > | >> |
![]() |