Paramètres

'Type de proxy', 'selected' => $this->getData(['config', 'proxyType']) ]); ?>
'Adresse du proxy', 'placeholder' => 'cache.proxy.fr', 'value' => $this->getData(['config', 'proxyUrl']) ]); ?>
'Port du proxy', 'placeholder' => '6060', 'value' => $this->getData(['config', 'proxyPort']) ]); ?>

SMTP

$this->getData(['config', 'smtp','enable']), 'help' => 'Paramètres à utiliser lorsque votre hébergeur ne propose pas la fonctionnalité d\'envoi de mail.' ]); ?>
'Adresse SMTP', 'placeholder' => 'smtp.fr', 'value' => $this->getData(['config', 'smtp','host']) ]); ?>
'Port SMTP', 'placeholder' => '589', 'value' => $this->getData(['config', 'smtp','port']) ]); ?>
'Authentification', 'selected' => $this->getData(['config', 'smtp','auth']) ]); ?>
'Nom utilisateur', 'value' => $this->getData(['config', 'smtp','username' ]) ]); ?>
'Mot de passe', 'autocomplete' => 'off', 'value' => $this->getData(['config', 'smtp','username' ]) ? helper::decrypt ($this->getData(['config', 'smtp','username' ]),$this->getData(['config','smtp','password'])) : '' ]); ?>
'Sécurité', 'selected' => $this->getData(['config', 'smtp','secure']) ]); ?>