Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
It's not still working, this is the code
ob_start();
include('form.php');
$message= ob_get_contents();
ob_get_clean();
use PHPMailer\PHPMailer\PHPMailer;
use PHPMailer\PHPMailer\SMTP;
require '../src/Exception.php';
require '../src/PHPMailer.php';
require '../src/SMTP.php';
$mail = new...
I'm trying to send emails from my website to clients with PHPmailer and it requires host, port, username and password please someone should help, where do I get these requirements from so that I will be able to send my email.
Some of my web pages are not working properly for instance if I want to compare tow variables like if 2==2 return true, it will rather return false but if I run the code on my computer it works normal. What might have cause to this?