Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
mail_manage_catchall.php File Reference

Go to the source code of this file.

Variables

 $fields
if(is_null($domain_id)) if(!is_null($target_type)) $catch = $mail->catchall_getinfos($domain_id)
 if ($catch['type']=='none')
 if ($catch['type']=='domain')
 if ($catch['type']=='mail')

Variable Documentation

if (is_null($domain_id)) if (!is_null($target_type)) $catch = $mail->catchall_getinfos($domain_id)

Definition at line 60 of file mail_manage_catchall.php.

Referenced by m_mail\catchall_del().

$fields
Initial value:
array (
"domain_id" => array("get","integer",null),
"target_type" => array("post", "string", null),
"target_mail" => array("post", "string", null),
"target_domain" => array("post", "string", null),
)

Definition at line 28 of file mail_manage_catchall.php.

if($catch['type']=='none')

Definition at line 83 of file mail_manage_catchall.php.

if($catch['type']=='domain')

Definition at line 91 of file mail_manage_catchall.php.

if($catch['type']=='mail')

Definition at line 109 of file mail_manage_catchall.php.