$value) { $vC['portal']['website'][$key][] = $value; } } /** * E-Mail Versand */ $vC['portal']['mail']['type'] = 'smtp'; /* sendmail || smtp || mail */ /** * Nur ausfüllen, falls 'type' === 'smtp' */ $vC['portal']['mail']['smtpAuth'] = true; /* true || false */ $vC['portal']['mail']['smtpHost'] = 'mail.arcor.de'; $vC['portal']['mail']['smtpUser'] = 'christiansteinle'; $vC['portal']['mail']['smtpPass'] = 'lmaa2dw'; $vC['portal']['mail']['from'] = 'noreply@svj-fussball.de'; $vC['portal']['mail']['fromName'] = 'noreply SVJ'; $vC['portal']['mail']['returnPath'] = 'christiansteinle@arocr.de'; $vC['portal']['mail']['html'] = false; /* true || false */ $vC['portal']['mail']['charset'] = 'UTF-8';