Recent content by johnbagtas65

  1. J

    How to unsuspend?

    You have been suspended for high system resource usage. Accounts are suspended for usage when they are detected to have consistently high cpu usage, memory usage, or process amounts. This is an automatic suspension, you're able to unsuspend yourself immediately. Warning 1 of 3. Good day...
  2. J

    Could not execute: /usr/sbin/sendmail

    Superb! Thank you very much!! :biggrin: PROBLEM SOLVED.
  3. J

    Could not execute: /usr/sbin/sendmail

    function emailsend($to,$from,$subject,$mensahe) { try { $mail = new PHPMailer(true); //New instance, with exceptions enabled //$body = file_get_contents('contents.html'); $body = preg_replace('/\\\\/','', $mensahe); //Strip...
  4. J

    Could not execute: /usr/sbin/sendmail

    Hi! I have searched the forum for my problem, but I can't find an answer for my prob. Maybe I haven't searched enough but my prob is simple.. I am using PHPmailer. and tried to send an email to my gmail account. but i got this error: Could not execute: /usr/sbin/sendmail I am using gmail...
Top