home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1998 July / Image.bin / Sharewar / online / lynx.EXE / SENDMAIL.TXT < prev   
Encoding:
Text File  |  1997-03-14  |  1.5 KB  |  46 lines

  1. This Win32 sendmail comes from the Tin archive at
  2. ftp://ftp.wa.com/pub/users/ntnews/tin/utils 
  3.  
  4. To use it, place it in your path and put the following line in lynx.cfg.
  5.  
  6. SYSTEM_MAIL:sendmail -f me@my.host -h my.host -r my.smtp.mailer -m SMTP
  7.  
  8. You can use a specific path to sendmail if you want instead of putting
  9. it in your path.
  10.  
  11. You need to change the three "my" values to reflect you local
  12. configuration.  Also, it may not work if you have a different default
  13. command interpreter than the Windows default.
  14.  
  15. Here are the instructions that came with it for people who may want to
  16. use this for other purposes.
  17.  
  18.              Setting up sendmail.exe for use from within Tin
  19.              ===============================================
  20.  
  21. Sendmail can use two transports, either MAPI or send mail over TCP/IP to a 
  22. local SMTP server.  The following sections detail the entry required in 
  23. your ~/tin/tinrc file.  Problems?  Send email to nigele@microsoft.com
  24.  
  25. Sendmail supports sending to multiple recipients.  The to list should be a
  26. comma, space or semi-colon delimited list of recipients.
  27.  
  28. ==
  29.  
  30. 1) MAPI
  31.  
  32. If you want to edit using the MAPI dialog use: 
  33.  
  34.   default_mailer_format=sendmail -m XMAPI -t"%T" -f %U -s "%S" -F %F
  35.  
  36. Otherwise:
  37.  
  38.   default_mailer_format=sendmail -m MAPI -t"%T" -f %U -s "%S" -F %F
  39.  
  40. 2) SMTP
  41.  
  42.   default_mailer_format=sendmail -f myname@microsoft.com -h myhostname 
  43.                                  -r mysmtphost -m SMTP -t"%T" 
  44.                                  -f %U -s "%S" -F %F
  45.  
  46.