home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SEE4C10.ZIP / VENDINFO.DIZ < prev    next >
VENDINFO  |  1998-05-31  |  10KB  |  209 lines

  1. +-------------------------------------------────────-----────────----+
  2. | This VENDINFO Product Information File contains both readable text |
  3. | and tools-accessible data about a product.  See the last text      |
  4. | section, below, for more information about VENDINFO and its tools. |
  5. +--------------------------------------------------------------------+
  6. VENDINFO standard v1.04, produced by VendEdit v1.30, 31-May-1998
  7.  
  8. ===== Product Information ==============================
  9.    Product:             SMTP Email Engine SMTP Email Library.
  10.    Version:             1.0
  11.    Version Date:        1-Jun-1998
  12.    Product Type:        Software
  13.    Basic Distribution Policy (see License, below, for details):
  14.       Shareware, freely distributable by all channels
  15.  
  16.    Product Description: SMTP Email Engine for C/C++. Win16 & Win32 
  17.                         DLLs. (SEE4C10.ZIP). June 1, 1998. Version 
  18.                         1.0 [ASP]. Email from your C/C++ application.
  19.                         Simple API allows sending email, including 
  20.                         MIME attachments. Knowledge of Winsock and 
  21.                         TCP/IP not needed. Includes multiple C/C++ 
  22.                         examples. Requires windows C/C++ compiler. By
  23.                         MarshallSoft Computing, Inc. Registration is 
  24.                         $95 ($49 students) + $7 S&H ($12 foreign). 
  25.                         
  26.    Reason for version:  First version.
  27.  
  28.    Category:            Computer programming; Languages; C
  29.    Keywords:            INTERNET SMTP EMAIL MAIL C C++ LIBRARY DLL 
  30.                         ENGINE
  31.    Required Packages:   SEE4C
  32.    This Package:        SEE4C
  33.    Registration Fee:    49.00-95.00 (US $)
  34.  
  35.    Required Configuration
  36.       Processor Family: Intel 80x86 (minimum 80386)
  37.       Minimum OS:       Windows 3.1
  38.       Standard RAM:     4096K
  39.       Hard Drive Space: 200K
  40.  
  41.    Orders:
  42.       Address:          MarshallSoft Computing, Inc.
  43.                         POB 4543
  44.                         Huntsville AL
  45.                         35815
  46.       Phone:            256-881-4630
  47.       FAX:              256-880-0925
  48.       Internet:         orders@marshallsoft.com
  49.  
  50.    Support:
  51.       Address:          MarshallSoft Computing, Inc.
  52.                         POB 4543
  53.                         Huntsville AL
  54.                         35815
  55.       Phone:            256-881-4630
  56.       FAX:              256-881-4630
  57.       Internet:         support@marshallsoft.com
  58.  
  59.  
  60. ===== Information for Users ("READ-ME") ================
  61.  
  62. SEE4C Version 1.0
  63.  
  64. The SMTP Email Engine (SEE) consists of a Win16 DLL and a Win32 DLL
  65. that allows any program capable of calling the Windows API to be able
  66. to send email over the internet, including quoted-printable and base64
  67. MIME attachments.
  68.  
  69.  
  70.  
  71. ===== Packing List =====================================
  72.  
  73. As released by the author or publisher, this package contained the
  74. following files in addition to this VENDINFO.DIZ:
  75.  
  76.         Filename      Size     Date       Time     CRC32
  77.          DOCS.          97  23-May-1998  02:11p   C51A016A
  78.       READ_ME.1ST      171  15-May-1998  05:14p   F9D97F00
  79.       READ_ME.BAT      418  15-May-1998  05:14p   9C0A1443
  80.       FILE_ID.DIZ      413  23-May-1998  02:02p   E1613B69
  81.        VENDOR.DOC      216  15-May-1998  05:14p   13796CEE
  82.        VENDOR.TXT      216  15-May-1998  05:14p   13796CEE
  83.  
  84.  
  85. ===== Installation =====================================
  86.  
  87. (1) Before installation of SEE4C, your Windows C/C++ compiler should
  88. already be installed on your system and tested. In particular, include
  89. command line tools when installing your compiler.
  90.  
  91. (2) Make a backup copy of your distribution disk.  Put your original
  92. distribution disk in a safe place.
  93.  
  94. (3) Exit Windows into DOS, or start a DOS window:
  95.  
  96. (4) Create your SEE project directory, copy the SEE archive, then unzip
  97. the archive. For example:
  98.  
  99.       MKDIR   SEE4C
  100.       PKUNZIP SEE4C10.ZIP SEE4C
  101.  
  102. (5) Run the INSTALL batch file, which will copy the correct DLL and LIB
  103. files for your compiler.
  104.  
  105. For Win32 compilers, you may choose native mode DLLs for your compiler
  106. (Microsoft, Borland, or Watcom) or "universal" mode, which requires that
  107. your compiler support the "declspec" keyword. Microsoft, Borland 5.0 and
  108. Watcom 11.0 all support "declspec". The same DLLs are used for Win16
  109. compilers.
  110.  
  111.        INSTALL MS      (Microsoft)
  112.        INSTALL BC      (Borland)
  113.        INSTALL WC      (Watcom)
  114.        INSTALL U       (Universal)
  115.  
  116. (6) Before compiling any example programs, edit them with your SMTP
  117. Host and email address. Look in the source (first few lines) for:
  118.  
  119.          #define SMTP_HOST_NAME  "smtp_host_name"
  120.          #define YOUR_EMAIL_ADDR "your_email_address"
  121.  
  122. Replace smtp_host_name with the name of your SMTP Host name, and
  123. your_email_address with your email address. See section 3.4 in the SEE4C
  124. Users Manual for more details. For example,
  125.  
  126.         #define SMTP_HOST_NAME  "mail.myisp.net"
  127.         #define YOUR_EMAIL_ADDR "<me@myisp.com>"
  128.         #define SEND_TO         "<mike@marshallsoft.com>"
  129.  
  130.  
  131. ===== Warranty =========================================
  132.  
  133. MARSHALLSOFT COMPUTING, INC.  DISCLAIMS ALL WARRANTIES RELATING TO THIS
  134. SOFTWARE, WHETHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY
  135. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  136. PURPOSE, AND ALL SUCH WARRANTIES ARE EXPRESSLY AND SPECIFICALLY
  137. DISCLAIMED. NEITHER MARSHALLSOFT COMPUTING, INC.  NOR ANYONE ELSE WHO HAS
  138. BEEN INVOLVED IN THE CREATION, PRODUCTION, OR DELIVERY OF THIS SOFTWARE
  139. SHALL BE LIABLE FOR ANY INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES
  140. ARISING OUT OF THE USE OR INABILITY TO USE SUCH SOFTWARE EVEN IF
  141. MARSHALLSOFT COMPUTING, INC. HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
  142. DAMAGES OR CLAIMS. IN NO EVENT SHALL MARSHALLSOFT COMPUTING, INC.'S
  143. LIABILITY FOR ANY SUCH DAMAGES EVER EXCEED THE PRICE PAID FOR THE LICENSE
  144. TO USE THE SOFTWARE, REGARDLESS OF THE FORM OF THE CLAIM. THE PERSON
  145. USING THE SOFTWARE BEARS ALL RISK AS TO THE QUALITY AND PERFORMANCE OF
  146. THE SOFTWARE.
  147.  
  148. Some states do not allow the exclusion of the limit of liability for
  149. consequential or incidental damages, so the above limitation may not
  150. apply to you.
  151.  
  152. This agreement shall be governed by the laws of the State of Alabama and
  153. shall inure to the benefit of MarshallSoft Computing, Inc.  and any
  154. successors, administrators, heirs and assigns.  Any action or proceeding
  155. brought by either party against the other arising out of or related to
  156. this agreement shall be brought only in a STATE or FEDERAL COURT of
  157. competent jurisdiction located in Madison County, Alabama. The parties
  158. hereby consent to in personam jurisdiction of said courts.
  159.  
  160.  
  161.  
  162. ===== License for Use and Distribution =================
  163.  
  164. MarshallSoft Computing, Inc. grants the registered user of SEE4C the
  165. right to use one copy of the SEE4C library (in object form) on a single
  166. computer in the development of any software product (other than libraries
  167. such as SEE4C). The user may not use the the library on more than one
  168. computer at the same time.
  169.  
  170. The "student" ($49) registered DLLs may not be distributed under any
  171. circumstances, nor may they be used for any commercial purpose.
  172.  
  173. The "professional" ($95) registered DLLs may be distributed (without
  174. royalty) in object form only, as part of the user's application, provided
  175. that the application is NOT a compiler, interpreter, or other software
  176. development program.
  177.  
  178. The attached VENDINFO data record is hereby incorporated by reference.
  179. Any shareware distribution satisfying all the distribution requirements
  180. in that data record is hereby authorized.
  181.  
  182.  
  183.  
  184. ===== About VENDINFO Files =============================
  185.  
  186. Each VENDINFO.DIZ file contains extensive information about a product.
  187. This "human-readable" section is followed by a compressed data record
  188. useable by automated tools.  The data record allows BBSes and other
  189. distributors to automate package handling, and provides users with a
  190. wealth of product information.  VENDINFO tools (free viewer for users,
  191. free or inexpensive processors for distributors, editors for authors)
  192. are available from many sources, including the originators of VENDINFO:
  193.   Rams' Island Software    Voice: 303-841-2848  CompuServe: 76244,324
  194.   7644 E. Lakecliff Way      BBS: 303-841-6269     FidoNet: 1:104/333
  195.   Parker, CO 80134-5904 USA  FAX: 303-841-6269        RIME: 1235
  196.  
  197.  
  198. ===== Compressed Data Record Follows ===================
  199.  
  200. PK
  201. ╕6┐${═╧[â£#    VENDDATA.,    '.N ≈7&≈≈¡uJ4⌐SúO$XÉ,└Ç┐I.A∙ùτ²cµ<Γ≡I╫öö└ß ùò┐π^╘NmJ*╚óm├ªeSx╖g╙║-c1╙┤bσåò¢╫*▄ÿ.a>8Iúiσ╬Ñ ╥╬∙τª}δ╓┼I-uj╤ó4ç Ωë" ╨^ô29∙1a,╘
  202.  
  203. á1ƒ    ╥∞[╣ ç╛║é-╙%H+■A@d┐5ΦT¿]]6T¿┤╬gc▓|╬£8*Ñuë╖    ╥ó<S&HóLÖ╬ëé▒d▀▐A╝S*º╧Yc≡3]╞LΘR>Ω
  204. m)¢ü╜√e+╩ú≤Ñ£▐Ñ╓ñPñéa║òòVs^fâ£Ü╢-\6ú
  205. 5)╚░l┘P¼τûßx╥? ▓╠╜f┴║┼Åe['RnÜ┤iæ╥╙Ñv,┌6ñºπ^⌐eπ╓1≡^å÷wóZ?Σ╪7╤├¥·:/ñ½o"╓╧Eâ▌⌐o═¼xÆ┘║tÆ│6æ▐Ä╤-ÜòS±Aµ}[ç¢⌡⌡ß<⌠i╟ö=*½r¥G▒Atö[¥G⌐K▌─«≈d╧╧∩▒¼τ╛╗&t┐[=╒íP_ÿ|ƒ½ΦL^Φ╟·$╔╥R█╢.¢■╒+êÑ╒ù┼å`σVx2│Γ╩¡N«ä,╛U░ZΩj╠ùπ╡ñσ'°$■r9=IÜ9«>■╘▄ö áO≥╞E▐$Æ╦╞öaW]6φY╖)╕xs !▀^A ∙¿ ê|πA≥A49╖≡?╖≡ü÷ ╨■z3üRêH1!è╚SìüH59Ç@α╔ZL■ √ÖÖ╢îöM╥µ╛¿TºE⌐é@╤êMâî┘A(╔êí╙Lô
  206. òTjûGq▐Θæ╓)ç£vmÖwè╙Ñ├A%à·T(HÜ5i╬8åì┤╬Ü«vj┤≤╥h&₧╘Ö5q╞¼a0>Hüx₧╪2k┌lëπ√-i┌£a┴τ&Eÿ-aµöYcÆvJ≡7"îëî┘9o╥─1╔g¥·╩K:àâ?⌡ü╢1Ö=╟Σ║°P┼▀)┌º@ÇAτá)ÜFL)ß)Ip_∙ûdAße╨íMSHâÖ (ißIJá/└ÑPÉ-ÇñcóU╬è┤e+TΦö9Θ╟ÄQⁿ£ñ!Cz2XΓ¼àqδÉv─úñ∞9kτ┴=ê¬Xé½Çⁿè╣ë▒╣J≥/ì┼éΓΩ+nA ë≥Σ▐ -â/âJ'≤pVO&┴@»É┬║<≈0m╩ö    3fLvâ@Σ▀Xxiâ±5sL>ç    ÖΣ"òV9X└bïÆ¡πb ╣"S╟uVN`äè!ú`_╬é%¢∙e╚╤9û<C▄"öß═αD║<äΘâ$SΣ¿:╩,/│`ù.!í╨≈▀4£<;▄
  207. -    Jä╝ è░     R ╕Ñô4î;ô≤îÖá5iÉa╓h╥°τ▄:∞%yºCf≥-▒!@YOp▐  ╨■╢Σ╢εα■εαVPK
  208. ╕6┐${═╧[â£#     VENDDATA.PK*¬