typo in smtp uname
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 50s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 50s
This commit is contained in:
parent
231d000b43
commit
3c14862192
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ try {
|
|||
$mail->isSMTP(); // Use SMTP
|
||||
$mail->Host = 'ophelia.kreativmedia.ch'; // Set SMTP server
|
||||
$mail->SMTPAuth = true; // Enable SMTP authentication
|
||||
$mail->Username = 'email'; // SMTP username
|
||||
$mail->Username = 'support@deindeal.ch'; // SMTP username
|
||||
$mail->Password = 'zki@U/*{A]}3#kS/Lg|)l]t:,XHuV=8l_'; // SMTP password
|
||||
$mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; // Enable encryption
|
||||
$mail->Port = 465; // TCP port for the connection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue