config.example.php add
This commit is contained in:
7
config.example.php
Normal file
7
config.example.php
Normal file
@@ -0,0 +1,7 @@
|
||||
$mail->isSMTP();
|
||||
$mail->Host = 'smtp.example.com'; // SMTP-Host eintragen
|
||||
$mail->SMTPAuth = true;
|
||||
$mail->Username = 'deine_email@example.com'; // SMTP-Benutzername eintragen
|
||||
$mail->Password = 'dein_passwort'; // SMTP-Passwort eintragen
|
||||
$mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;
|
||||
$mail->Port = 587; // Port entsprechend konfigurieren
|
||||
Reference in New Issue
Block a user