home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / net-tools / aweb+tools / awebmail / awebmail.readme < prev    next >
Encoding:
Text File  |  1996-06-19  |  2.1 KB  |  53 lines

  1. Short    : Mail plugin v1.2 for Aweb
  2. Uploader : panther@gate.net (Josef Faulkner)
  3. Author   : panther@gate.net (Josef Faulkner)
  4. Type     : comm/tcp
  5. Replaces : comm/tcp/awebmail.lha
  6. Requires : WB3.0, Arexx, TCP Handler, biz/demo/Aweb.lha
  7. Version  : 1.2
  8.  
  9. Inline mail send arexx script for Aweb (w/ Voodoo Launch Option!)
  10.  
  11. Description:
  12. ¯¯¯¯¯¯¯¯¯¯¯
  13. This script is a mailto: plugin for Aweb.  This script will be run in
  14. response to mailto: URLs, and will allow you to either compose a message
  15. inside Aweb's GUI and send it, with NO need for any SMTP mailers, or you
  16. can Launch Voodoo and let it handle the job.
  17.  
  18. Features:
  19. ¯¯¯¯¯¯¯¯¯
  20.    o Does not need an external SMTP mail program, does network stuff itself
  21.      if you have the TCP: network device installed.
  22.    o Can launch Voodoo instead, and this script will pass it the screenname
  23.      and address, and fill in a default subject.
  24.    o Runs transparently.  After you install, you don't even know it's there.
  25.    o Loads your signature into the <textarea> gadget.
  26. New in 1.1:
  27.    o form action=mailto: submits now load form data into mail
  28.       Note: forms with over about 200 bytes of data will not work,
  29.       since AmigaDOS is limited to arguments at this size.
  30.       Also: Some forms do not submit the first time, I'm trying to find
  31.       out what conditions exist that causes some forms to submit and some
  32.       not, if you have any ideas on why this is so, please mail me.
  33. New in 1.2:
  34.    o More RFC compliant.  Sorry I took so long to fix this.
  35.       o Passes hostname in HELO
  36.       o Passes email addresses inside of <>
  37.    o Allows you to use smtppost (though it may be slower).
  38.  
  39. Installation:
  40. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  41. 1) Put this script in the same directory that the Aweb executable is in.
  42. 2) Set Aweb to the following settings:
  43.    ----------------------------------------------
  44.    Network 3: External Programs
  45.               mailto:
  46.      Command:  sys:rexxc/rx
  47.    Arguments:  awebmailsend.rexx %s %s
  48.    ----------------------------------------------
  49.    Network 1: General
  50.    [ X ] Allow Shell commands in Links (check on)
  51.    ----------------------------------------------
  52. 3) Set your preferences for this script below:
  53.