Author: fapeeler
Date: Thu Mar 12 15:02:03 2009
New Revision: 752885

URL: http://svn.apache.org/viewvc?rev=752885&view=rev
Log:
VCL-107

Added additional information about automated notice and instructions on how to 
disable email notifications.


Modified:
    incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm
    incubator/vcl/trunk/managementnode/lib/VCL/new.pm

Modified: incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm?rev=752885&r1=752884&r2=752885&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/inuse.pm Thu Mar 12 15:02:03 2009
@@ -596,6 +596,19 @@
 
 Thank You,
 VCL Team
+
+
+******************************************************************
+This is an automated notice. If you need assistance please respond 
+with detailed information on the issue and a help ticket will be 
+generated.
+
+To disable email notices
+-Visit $affiliation_sitewwwaddress
+-Select User Preferences
+-Select General Preferences
+
+******************************************************************
 EOF
 
        my $subject = "VCL -- $notice_interval until end of reservation";
@@ -677,8 +690,21 @@
 
 Visit $affiliation_sitewwwaddress and select Current Reservations to edit this 
reservation.
 
-Thank you,
+Thank You,
 VCL Team
+
+
+******************************************************************
+This is an automated notice. If you need assistance please respond 
+with detailed information on the issue and a help ticket will be 
+generated.
+
+To disable email notices
+-Visit $affiliation_sitewwwaddress
+-Select User Preferences
+-Select General Preferences
+
+******************************************************************
 EOF
 
        my $short_message = "$user_preferredname, You have $disconnect_string 
until the end of your reservation. Please save all work and prepare to log 
off.";
@@ -751,8 +777,21 @@
 To make another reservation, please revisit:
 $affiliation_sitewwwaddress
 
-Thank you
+Thank You,
 VCL Team
+
+
+******************************************************************
+This is an automated notice. If you need assistance please respond 
+with detailed information on the issue and a help ticket will be 
+generated.
+
+To disable email notices
+-Visit $affiliation_sitewwwaddress
+-Select User Preferences
+-Select General Preferences
+
+******************************************************************
 EOF
 
        my $subject = "VCL -- reservation timeout";
@@ -807,6 +846,19 @@
 
 Regards,
 VCL Team
+
+
+******************************************************************
+This is an automated notice. If you need assistance please respond 
+with detailed information on the issue and a help ticket will be 
+generated.
+
+To disable email notices
+-Visit $affiliation_sitewwwaddress
+-Select User Preferences
+-Select General Preferences
+
+******************************************************************
 EOF
 
        # Send mail

Modified: incubator/vcl/trunk/managementnode/lib/VCL/new.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/new.pm?rev=752885&r1=752884&r2=752885&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/new.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/new.pm Thu Mar 12 15:02:03 2009
@@ -1229,6 +1229,19 @@
                $mailstring .= <<"EOF";
 Thank You,
 VCL Team
+
+
+******************************************************************
+This is an automated notice. If you need assistance please respond 
+with detailed information on the issue and a help ticket will be 
+generated.
+
+To disable email notices
+-Visit $user_affiliation_sitewwwaddress
+-Select User Preferences
+-Select General Preferences
+
+******************************************************************
 EOF
                if ($user_emailnotices) {
                        mail($user_email, $subject, $mailstring, 
$user_affiliation_helpaddress);
@@ -1266,8 +1279,23 @@
 -Select Current Reservations
 -Click the Connect button to acknowledge
 
+
 Thank You,
 VCL Team
+
+
+
+******************************************************************
+This is an automated notice. If you need assistance please respond 
+with detailed information on the issue and a help ticket will be 
+generated.
+
+To disable email notices
+-Visit $user_affiliation_sitewwwaddress
+-Select User Preferences
+-Select General Preferences
+
+******************************************************************
 EOF
 
                        if ($user_emailnotices) {


Reply via email to