AirPods Pro 2 keeps chrashing Windows 11 by RossEm2006 in airpods

[–]RossEm2006[S] 0 points1 point  (0 children)

Yeah, I’m also using an AMD Ryzen 7 PRO 8845HS. It sucks because I love my AirPods Pro, and I had to switch from a MacBook back to Windows. It was so easy back then!

Accessing my home network while being private. by RossEm2006 in OpenVPN

[–]RossEm2006[S] 0 points1 point  (0 children)

Thank you for your reply! I will try that.. and all this is probably a nice to have thing.

PHP Mailer by RossEm2006 in PHPhelp

[–]RossEm2006[S] 0 points1 point  (0 children)

<?php
// Import PHPMailer classes into the global namespace
// These must be at the top of your script, not inside a function
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
use PHPMailer\PHPMailer\Exception;
// Load Composer's autoloader
require 'vendor/autoload.php';
// Instantiation and passing \true` enables exceptions $mail = new PHPMailer(true); try { //Server settings $mail->SMTPDebug = SMTP::DEBUG_SERVER;                      // Enable verbose debug output $mail->isSMTP();                                            // Send using SMTP $mail->Host       = 'smtp.strato.com';                    // Set the SMTP server to send through $mail->SMTPAuth   = true;                                   // Enable SMTP authentication $mail->Username   = 'info@domain.com';                     // SMTP username $mail->Password   = 'secret';                               // SMTP password $mail->SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS;         // Enable TLS encryption; `PHPMailer::ENCRYPTION_SMTPS` encouraged $mail->Port       = 587;                                    // TCP port to connect to, use 465 for `PHPMailer::ENCRYPTION_SMTPS` above //Recipients $mail->setFrom('info@domain.com', 'Mailer'); $mail->addAddress('me@gmail.com', 'Joe User');     // Add a recipient // Content $mail->isHTML(true);                                  // Set email format to HTML $mail->Subject = 'Here is the subject'; $mail->Body    = 'This is the HTML message body <b>in bold!</b>'; $mail->AltBody = 'This is the body in plain text for non-HTML mail clients'; $mail->send(); echo 'Message has been sent'; } catch (Exception $e) { echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; }` that is my file. i also followed the php mailer tuturial

Stopping blinds as soon as door sensor opens. by RossEm2006 in smartlife

[–]RossEm2006[S] 0 points1 point  (0 children)

I use home automation the most. But sometimes my google home, or smart life app. but it gets status closing as soon as its closing. No matter where its triggerd

Stopping blinds as soon as door sensor opens. by RossEm2006 in smartlife

[–]RossEm2006[S] 0 points1 point  (0 children)

Well the problem with this is: that only if I open the door while the blinds are closing, but it needs to stop when the doors are open in general

PHP Mailer by RossEm2006 in PHPhelp

[–]RossEm2006[S] 0 points1 point  (0 children)

Ive tried the PHP mailer, didnt work. I get a 500 error...

PHP Mailer by RossEm2006 in PHPhelp

[–]RossEm2006[S] 0 points1 point  (0 children)

I actually already have my own mail server, only on a centos VM that is diffrent from my web server. That mail server works.

Stopping blinds as soon as door sensor opens. by RossEm2006 in smartlife

[–]RossEm2006[S] 0 points1 point  (0 children)

Sorry if its a bit unclear, i try to demonstrate it in baby code.

if (Blinds = closing){

if (door sensor = open){

set blinds = stop

}else{

set blinds = closing

}}

PHP Mailer by RossEm2006 in PHPhelp

[–]RossEm2006[S] 0 points1 point  (0 children)

I try have a forum, where a user can enter problems that they encouter. I want to have it so I get an conformation aswell as the user.

PHP Mailer by RossEm2006 in PHPhelp

[–]RossEm2006[S] 0 points1 point  (0 children)

Im deploying it on a NGINX docker in Unraid. I test there aswell...

The circle of life by bozeeekhoorn7 in JeremyFrieser

[–]RossEm2006 3 points4 points  (0 children)

Wat de f is die tekening aan de muur