X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=nj-awaymsg.git;a=blobdiff_plain;f=mason%2Fmain;h=42cfaac56e48329390f41856deb226eb73c93593;hp=ac49c50ccbfa35592dd2fa359a02eceff88a63f1;hb=47aa1f68c037b4f199b66740c94f837a7110ca2f;hpb=84779d17f630c021da997ea4627d396b78c85d9e diff --git a/mason/main b/mason/main index ac49c50..42cfaac 100755 --- a/mason/main +++ b/mason/main @@ -4,9 +4,9 @@ db_connect(); my ($sth,$row,$sthi,$rowi); -Email "out of office" setup +Email away message setup -

Email "out of office" setup

+

Email away message setup

Email addresses and their configuration

<%perl> @@ -29,16 +29,17 @@ $sth->execute(); <% $row->{'emailaddr'} |h %> % if (defined $row->{'textid'}) { +active <% $row->{'desc'} |h %> % } else { inactive - % } % } +

Outbound messages

<%perl> $sth = $dbh->prepare("SELECT * FROM texts ORDER BY desc"); @@ -65,6 +66,7 @@ $sth->execute(); +
% }

Add new message