changed phone number and address in confirmation mail
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 50s

This commit is contained in:
Andreas Hnida 2024-05-14 20:42:46 +02:00
commit 0073ae806e
2 changed files with 18 additions and 18 deletions

View file

@ -30,8 +30,8 @@ try {
$mail->isSMTP(); // Use SMTP $mail->isSMTP(); // Use SMTP
$mail->Host = 'ophelia.kreativmedia.ch'; // Set SMTP server $mail->Host = 'ophelia.kreativmedia.ch'; // Set SMTP server
$mail->SMTPAuth = true; // Enable SMTP authentication $mail->SMTPAuth = true; // Enable SMTP authentication
$mail->Username = 'support@deindeal.ch'; // SMTP username $mail->Username = 'support@verua.ch'; // SMTP username
$mail->Password = 'zki@U/*{A]}3#kS/Lg|)l]t:,XHuV=8l_'; // SMTP password $mail->Password = 'zki@U/*{A]}3#kS/Lg|)l]t:,XHuV=8I_'; // SMTP password
$mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; // Enable encryption $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; // Enable encryption
$mail->Port = 465; // TCP port for the connection $mail->Port = 465; // TCP port for the connection

View file

@ -137,9 +137,9 @@ function constructCustomerMessageDE($bestellMessage) {
$message .= "Votre équipe Verua" . "\n\n\n\n"; $message .= "Votre équipe Verua" . "\n\n\n\n";
$message .= "RaBe Websolutions" . "\n"; $message .= "RaBe Websolutions" . "\n";
$message .= "B. Rasberger" . "\n"; $message .= "B. Rasberger" . "\n";
$message .= "Hauptstrasse 1" . "\n"; $message .= "Steinerstrass 19" . "\n";
$message .= "CH-4417 Ziefen" . "\n\n"; $message .= "CH-8253 Diessenhofen" . "\n\n";
$message .= "Telefon: +41 61 901 90 90" . "\n"; $message .= "Telefon: 079 393 86 83" . "\n";
$message .= "E-Mail: support@verua.ch" . "\n"; $message .= "E-Mail: support@verua.ch" . "\n";
$message .= "Web: www.verua.ch" . "\n\n"; $message .= "Web: www.verua.ch" . "\n\n";