Ignore:
Timestamp:
11/09/08 17:33:11 (4 years ago)
Author:
CrawfordCurrie
Message:

Item109: fixed refs to TWikiPreferences, renamed TWikiRenderingShortcuts to ShortcutMacros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release04x02/data/TWiki/TWikiSiteTools.txt

    r481 r491  
    126126Outgoing mail is required for TWikiRegistration and for [[#WebNotify][recent changes alert]]. 
    127127 
    128 TWiki will use the ==Net::SMTP== module if it is installed on your system. Set this with the ==SMTPMAILHOST== variable in TWikiPreferences. 
     128TWiki will use the ==Net::SMTP== module if it is installed on your system. Set this with the ==SMTPMAILHOST== variable in DefaultPreferences. 
    129129 
    130 The notify e-mail uses the default =changes.tmpl= template, or a skin if activated in the TWikiPreferences. 
     130The notify e-mail uses the default =changes.tmpl= template, or a skin if activated in the DefaultPreferences. 
    131131 
    132132mailnotify also relies on two hidden files in each =twiki/data/Web= directory: =.changes= and =.mailnotify.= Make sure both are writable by your web server process. =.changes= contains a list of changes; go ahead and make this empty. =.mailnotify= contains a timestamp of the last time notification was done. 
     
    134134You can use an external mail program, such as ==sendmail==, if the =Net::SMTP= module is not installed. Set the program path in =={MailProgram}== in [[%SCRIPTURLPATH{"configure"}%][configure]]. 
    135135 
    136    * %H% Net::SMTP can be easily disabled (if there is an installation error) by setting ==SMTPMAILHOST== in TWikiPreferences to an empty value. 
     136!   * %H% Net::SMTP can be easily disabled (if there is an installation error) by setting ==SMTPMAILHOST== in DefaultPreferences to an empty value. 
    137137 
    138138   * %T% You can set a separate ==SMTPSENDERHOST== variable to define the mail sender host (some SMTP installations require this). 
     
    166166 
    167167%STOPINCLUDE% 
    168 -- __Contributors:__ TWiki:Main.MikeMannix, TWiki:Main.PeterThoeny, TWiki:Main.CrawfordCurrie, TWiki:Main.KennethLavrsen, TWiki:Main.SvenDowideit 
     168 
Note: See TracChangeset for help on using the changeset viewer.