Alternc  latest
Alternc logiel libre pour l'hébergement
mail_doadd.php File Reference

Go to the source code of this file.

Variables

 $fields
 create a new mail account and go to its edit form More...
 
if(!($res=$mail->create($domain_id, $mail_arg))) else
 
 $new_account =true
 

Variable Documentation

◆ $fields

$fields
Initial value:
= array (
"mail_arg" => array ("post", "string", ""),
"domain_id" => array ("post", "integer", ""),
)

create a new mail account and go to its edit form

Definition at line 27 of file mail_doadd.php.

◆ $new_account

$new_account =true

Definition at line 37 of file mail_doadd.php.

◆ else

if (!( $res=$mail->create( $domain_id, $mail_arg))) else
Initial value:
{
$_REQUEST["mail_id"]=$res
$res
Definition: index.php:111
$_REQUEST["domain_id"]

Definition at line 35 of file mail_doadd.php.