Ignore:
Timestamp:
10/15/09 19:28:59 (3 years ago)
Author:
KennethLavrsen
Message:

Item2260: MailerContrib cannot find email templates based on skin or web
The checkin does the following

  • It makes a tiny little fix in MailerContrib.pm where I pushTopicContext before loading mail template and pop it again afterwards
  • Updates the the documentation to show by example how to tailor the mail message
  • Merge over the code from trunk. This introduces a bug fix from Item1603 which for some reason was only applied to trunk
  • And with this merge also merge over a lot of perl tinying.

It was too difficult to separate the two once I was this far. Look at next checkin in trunk to see only the actual code changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/MailerContrib/lib/Foswiki/Contrib/MailerContrib/Config.spec

    r1061 r5269  
    1 # ---+ Mail and Proxies 
     1# ---+ Extensions 
     2# ---++ MailerContrib 
    23# **REGEX** 
    34# Define the regular expression that an email address entered in WebNotify 
     
    56# this expression to - for example - filter email addresses on your company 
    67# domain, or even block use of raw emails in WebNotify altogether (just make 
    7 # it something that will never match, e.g. ='^notAnEmail$'=). 
     8# it something that will never match, e.g. <code>^notAnEmail$</code>). 
    89# If this is not defined, then the default setting of 
    9 # =[A-Za-z0-9.+-_]+\@[A-Za-z0-9.-]+= is used. 
     10# <code>[A-Za-z0-9.+-_]+\@[A-Za-z0-9.-]+</code> is used. 
    1011$Foswiki::cfg{MailerContrib}{EmailFilterIn} = ''; 
    1112 
Note: See TracChangeset for help on using the changeset viewer.