| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |
CatalystX::Usul::Model::MailAliases - Manipulate the mail aliases file
0.3.$Revision: 576 $
use CatalystX::Usul::Model::MailAliases; $alias_obj = CatalystX::Usul::Model::MailAliases->new( $app, $config );
Management model file the system mail alias file
Creates a new instance of CatalystX::Usul::MailAliases
$alias_obj->create_or_update;
Creates a new mail alias or updates an existing one. Request object fields are:
The name of the alias to be created or updated
The comment associated with this alias
The logged in user name from the system
List of recipients
Checks the fields passed to it from the web form and calls create
or /update on the domain model as appropriate
$alias_obj->delete;
Deletes the specified mail alias
$alias_obj->aliases_form( $alias );
Stuffs the stash with the data used to render the web form used to display, create and update mail aliases
None
None
There are no known incompatibilities in this module
There are no known bugs in this module. Please report problems to the address below. Patches are welcome
Peter Flanigan, <Support at RoxSoft.co.uk>
Copyright (c) 2008 Peter Flanigan. All rights reserved
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic
This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
| CatalystX-Usul documentation | view source | Contained in the CatalystX-Usul distribution. |