change smtp to verua.ch
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m0s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m0s
This commit is contained in:
parent
d9842dffeb
commit
87d3f2b11b
2 changed files with 7 additions and 5 deletions
|
|
@ -21,8 +21,8 @@ enableRobotsTXT = true
|
||||||
########################### Deployment #############################
|
########################### Deployment #############################
|
||||||
[params]
|
[params]
|
||||||
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
|
# set to "development" or "production". This deploys the site to the correct environment and sets the robot.txt to disallow all pages when in development mode.
|
||||||
#environment = "production"
|
environment = "production"
|
||||||
environment = "development"
|
#environment = "development"
|
||||||
|
|
||||||
# set to true to enable captcha on the form
|
# set to true to enable captcha on the form
|
||||||
useCaptcha = true
|
useCaptcha = true
|
||||||
|
|
|
||||||
|
|
@ -42,12 +42,14 @@ 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 = 'order@verua.swiss'; // SMTP username
|
// $mail->Username = 'order@verua.swiss'; // SMTP username
|
||||||
$mail->Password = 'Ont2J0s1qQYvX9TQrsx0nQv4Spuhha'; // SMTP password
|
// $mail->Password = 'Ont2J0s1qQYvX9TQrsx0nQv4Spuhha'; // SMTP password
|
||||||
|
$mail->Username = 'order@verua.ch'; // SMTP username
|
||||||
|
$mail->Password = 'oP80sZKNs4sg7DIowSfHYXQ7VbXDHQ'; // 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('order@verua.swiss', 'VeruA AG'); // Sender address
|
$mail->setFrom('order@verua.ch', '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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue