Re: School Intranet Community Center by simhakidsden A school intranet is like a private website for students, teachers, and staff. It helps them communicate, share resources, and access important information within the school community. It's like a digital hub where everyone can connect and collaborate on school-related matters securely. Re: What's the most unexpected hobby or interest you have outside of coding? Community Center Geeks' Lounge by toneewa With "Tennis Elbow", it’s the tendons that connect these muscles to the bones that are primarily affected by …this condition. Tendons, which connect muscles to bones, are primarily composed of collagen, a protein… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim …of 465: $mail->Port = 587; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::…'(password)'; //SMTP password $mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … = '(password)'; //SMTP password $mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS… Re: APIs and SDKs in a PHP project Programming Web Development by Dani In the context of PHP, an API's SDK is a PHP-based library that is used to access what is typically a JSON-based API. Composer is a dependency manager for PHP, but you typically don't *need* to use it. What API are you trying to connect to? Re: Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by aishamushtaq very helpful Re: Is digital marketing effective for your business? Digital Media by Bunker Yes, digital marketing is effective for businesses. It helps reach more customers online, boosts brand awareness, and increases sales. Through platforms like social media, email, and websites, businesses can target specific audiences, track results, and adjust strategies for better outcomes. Re: Problem with the external hard drive Hardware and Software Microsoft Windows by lucytaylor01 If your external hard drive becomes corrupted. I would suggest you to try and use windows repair tool. Using this tool you can repair the faulty sectors. Re: What's up with XOAuth? Programming Web Development by Dani … to connect to the SMTP server. You can no longer connect with just a username and password. Is digital marketing effective for your business? Digital Media by renita_1 …, social media, email, and websites. * Businesses use digital marketing to connect with current and potential customers. * Strategies include creating and sharing… Odoo : report creation from JSON data Programming Web Development by codewasher … development. I have a requirement as below. I need to connect to an external API and get the response JSON data… What's up with XOAuth? Programming Web Development by Dani What was wrong with good ole using SMTP? Has anyone here successfully used an XOAuth library for PHP? Specifically, I'm looking to connect to my Office 365 mailbox. Re: What's up with XOAuth? Programming Web Development by Dani … least amount of work possible to modify this library to connect via SMTP using XOAuth2, which is now required by nearly… How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … a Python script that included the python-swiftclient module to connect to the OpenStack Object Storage and upload some files to… Using Natural Language to Query SQL Databases with Python LangChain Module Programming Computer Science by usmanmalik57 …'s begin with ado. ## Installing and Importing Required Libraries To connect your Python application with PostgreSQL and MySQL, you must install… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … out an email from an SMTP server you need to connect to it and logon with a password to an SMTP… at `smtp.ionos.com` so with PHPMailer, you need to connect to an SMTP server with the correct connection details and… to the point, you only need one SMTP account to connect with PHPmailer and send emails, you don't need 4… Re: Improve HAVING BY performance Programming Databases by Dani … rendered. We do that with DaniWeb Connect business cards e.g. https://www.daniweb.com/connect/users/view/1 because figuring out… Re: Improve HAVING BY performance Programming Databases by toneewa … a server, a database, and wrote a C++ program to connect to it. It measures the times for 3 SELECTs. The…(ct!=5){ try { driver = sql::mysql::get_mysql_driver_instance(); con = driver->connect("tcp://127.0.0.1:3306", "root… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … = '1234567890abcdefg!'; //SMTP password $mail->Port = 587; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … when I tried to install the driver I could not connect to the internet. Also, the Bluetooth would not pair to… Re: Things I hate about TV shows Community Center Geeks' Lounge by Reverend Jim … long approaching each others lips and just before they finally connect they are interrupted. The "it's complicated" explanation… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … through the initial setup. All I had to do to connect to wifi was select my connection and enter my password… Re: Why does Dell hate Linux so much? Hardware and Software Linux and Unix by mickeydoodle I've just acquired a Dell laptop, it seems to hate Linux! Touch pad doesn't work properly, Wireless won't connect and it's sooo slow! Works fine with Windows! Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … get a Command Line PHP.exe file, requires SSH to 'Connect to Webspace'. They use Linux web hosting packages and said… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … = '(password)'; //SMTP password $mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS… Re: Is digital marketing effective for your business? Digital Media by Dani IMHO all businesses in this day and age should be using some form of digital marketing, even if it's just being on Yelp or having a website. Are you posing this question to the community, or just sharing what digital marketing is? I'm confused by the point of your post. Re: What's up with XOAuth? Programming Web Development by pritaeas I have not used this with PHP, but are you connecting to the Graph API or EWS? Re: What's up with XOAuth? Programming Web Development by Dani Huh? I'm referring to the XOAUTH2 library. Re: What's up with XOAuth? Programming Web Development by pritaeas Correct, you can also use the MS Graph API to use SMTP, if you cannot get that lib of yours to work. E.g. https://github.com/microsoftgraph/msgraph-sdk-php Re: What's up with XOAuth? Programming Web Development by toneewa Maybe you were thinking of something like this: <?php // Include PHPMailer-BMH library require 'vendor/autoload.php'; // Adjust the path as needed // Create a new BounceMailHandler instance $bmh = new \voku\BounceMailHandler\BounceMailHandler(); // Set up Office 365 SMTP settings $bmh->…