home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / zkuste / delphi / kompon / d567 / MMAILER.ZIP / readme.txt < prev    next >
Text File  |  2002-08-29  |  2KB  |  60 lines

  1.  
  2. Component Name: TmMailer
  3.         Author: Mats Asplund
  4.       Creation: 2002-08-09
  5.        Version: 1.0
  6.    Description: A mailsender component
  7.         Credit: (place your credits here)
  8.         E-mail: masprod@telia.com
  9.           Site: http://go.to/mdp
  10.   Legal issues: All rights reserved 2002« by Mats Asplund
  11.  
  12. Usage:
  13.   This software is provided 'as-is', without any express or
  14.   implied warranty.  In no event will the author be held liable
  15.   for any  damages arising from the use of this software.
  16.  
  17.   Permission is granted to anyone to use this software for any
  18.   purpose, including commercial applications, and to alter it
  19.   and redistribute it freely, subject to the following
  20.   restrictions:
  21.  
  22.   1. The origin of this software must not be misrepresented,
  23.      you must not claim that you wrote the original software.
  24.      If you use this software in a product, an acknowledgment
  25.      in the product documentation would be appreciated but is
  26.      not required.
  27.  
  28.   2. Altered source versions must be plainly marked as such, and
  29.      must not be misrepresented as being the original software.
  30.  
  31.   3. This notice may not be removed or altered from any source
  32.      distribution.
  33.  
  34.   4. If you decide to use this software in any of your applications.
  35.      Send me an EMail and tell me about it.
  36.  
  37. Quick Reference:
  38.   TmMailer inherits from TComponent.
  39.  
  40.   Key-Properties:
  41.     Body: The Body-part of the EMAil-message.
  42.     Attachments
  43.       AtttachedFiles: Add the files you wan't to attache to this StringList,
  44.       FileName:       or just write filenames here.
  45.     Host: Your Internet provider.
  46.     UserId: Your UserId.
  47.     Password: Your Password.
  48.     Priority: Five levels of priority for the message.
  49.     From: The sender EMail-address.
  50.     Recipients: Add recipients to this list.
  51.     Subject: The messages subject.
  52.     HTML: If true the EMail is marked as HTML else as plain text.
  53.  
  54.   Key-Events:
  55.     OnSendError: Event fired if there is an exception while sending.
  56.  
  57.   Key-Methods:
  58.     Send: Sends the message.
  59.  
  60.