change mail to order@verua.swiss
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s

This commit is contained in:
bettina 2024-06-27 13:58:46 +02:00
commit dbc272853e
2 changed files with 6 additions and 6 deletions

View file

@ -30,13 +30,13 @@ 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@verua.ch'; // SMTP username $mail->Username = 'order@verua.swiss'; // SMTP username
$mail->Password = 'zki@U/*{A]}3#kS/Lg|)l]t:,XHuV=8I_'; // SMTP password $mail->Password = 'Ont2J0s1qQYvX9TQrsx0nQv4Spuhha'; // 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
// Recipients // Recipients
$mail->setFrom('support@verua.ch', 'VeruA AG'); // Sender address $mail->setFrom('order@verua.swiss', 'VeruA AG'); // Sender address
$mail->addAddress('support@verua.ch', 'VeruA AG'); // Add another recipient $mail->addAddress('support@verua.ch', 'VeruA AG'); // Add another recipient
// $mail->addBCC('ah@mediendesign-hnida.de'); // Add bounce email address as BCC // $mail->addBCC('ah@mediendesign-hnida.de'); // Add bounce email address as BCC
$mail->addBCC('rabe@verua.swiss'); // Add bounce email address as BCC $mail->addBCC('rabe@verua.swiss'); // Add bounce email address as BCC

View file

@ -213,9 +213,9 @@ function constructCustomerMessage($bestellMessage, $langForm)
$message .= "VeruA AG" . "\n"; $message .= "VeruA AG" . "\n";
$message .= "Steinerstrass 19" . "\n"; $message .= "Steinerstrass 19" . "\n";
$message .= "CH-8253 Diessenhofen" . "\n"; $message .= "CH-8253 Diessenhofen" . "\n";
$message .= "Telefon: 079 393 86 83" . "\n"; $message .= "079 393 86 83" . "\n";
$message .= "E-Mail: kontakt@verua.swiss" . "\n"; $message .= "kontakt@verua.swiss" . "\n";
$message .= "Web: www.verua.swiss" . "\n\n"; $message .= "www.verua.swiss" . "\n\n";
$message .= "------------------------------------------------------------" . "\n\n"; $message .= "------------------------------------------------------------" . "\n\n";
$message .= $infoCheck; $message .= $infoCheck;