• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. A

    Question I want to send email direct from my website to clients what do I need to do?

    SMTP Error: Could not connect to SMTP host. Failed to connect to server
  2. A

    Question I want to send email direct from my website to clients what do I need to do?

    But if I use external SMTP server like Gmail it works.
  3. A

    Question I want to send email direct from my website to clients what do I need to do?

    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...
  4. A

    Question I want to send email direct from my website to clients what do I need to do?

    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.
  5. A

    Resolved SMTP Setup - PHP Email

    I want to send emails from my website to clients what do I need to do ?
  6. A

    Question Plesk SMTP Server

    Sir, if I understood you right, it means you don't necessarily need external SMTP server to be able to send emails from your website to clients?
  7. A

    Question My code is not working proper but when I test it on my computer it works normal. What caused that?

    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?
Back
Top