1	# =====================================================================
     2	# tw-account-updated-email.txt:
     3	# notify an account owner of changes to her account.
     4	#
     5	# Copyright (c) 2009,2010 Carlo Strozzi
     6	#
     7	# This program is free software; you can redistribute it and/or modify
     8	# it under the terms of the GNU General Public License as published by
     9	# the Free Software Foundation; version 2 dated June, 1991.
    10	#
    11	# This program is distributed in the hope that it will be useful,
    12	# but WITHOUT ANY WARRANTY; without even the implied warranty of
    13	# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14	# GNU General Public License for more details.
    15	#
    16	# You should have received a copy of the GNU General Public License
    17	# along with this program; if not, write to the Free Software
    18	# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19	#
    20	# =====================================================================
    21	From: $[TNS_EMAIL_FROM]
    22	To: $[TNS_EMAIL_TO]
    23	Organization: $[TNS_EMAIL_ORG]
    24	User-Agent: CSA/$[CSA_VERSION]
    25	MIME-Version: 1.0
    26	Content-Type: text/plain; charset=UTF-8
    27	Subject: Your account has been changed
    28	
    29	Your '$[tpl.var.tw.auth.userid]' account has been edited by '$[CSA_AUTH_USER]'
    30	coming from IP address '$[REMOTE_ADDR]' .
    31	
    32	To view the details of this change please visit the following URL:
    33	
    34	$[CSA_RPC_URI]/$[CSA_LANG]/$[tpl.var.tw.group:1]/tw-user/$[tpl.var.tw.auth.userid]
    35	
    36	-- 
    37	Please DO NOT reply to this e-mail message.