Search results

  1. L

    PHP Mail from address?

    Even when i specify the from address in php it still makes the from adress liammk@absolut.x10hosting.com I dont want this. What is wrong with my code: // The message $message = " bla, bla, bla, bla, bla"; $headers = 'From: no_reply@XXX.co.cc' . "\r\n" . 'Reply-To: no_reply@XXX.co.cc' ...
  2. L

    Forward all email?

    Is there a way to setup x10 to forward all emails that are directed to my domin to one adress. If you dont understand what i mean: If someone sends an email to anyadress@mydomain.co.cc forward to myadress@gmail.com So if you send something to 111@mydomain.co.cc or 153@mydomain.co.cc or...
  3. L

    This is so iritiating!

    My website is currently plaged with errors! When i go to my cpanal i get this: absolut.x10hosting.com:2083 uses an invalid security certificate. The certificate is not trusted because it is self signed. The certificate is only valid for <a id="cert_domain_link"...
  4. L

    Php not working?

    When i open php files on my server instead of running a download diologue is displayed. What is going on?
  5. L

    PHP mail code works on other hosts but no x10?

    I have made a script to send emails in PHP: <?php $to = "XXX@bigpond.com"; $subject = "request"; $body = $_GET["email"]; if (mail($to, $subject, $body)) { echo("<br/><br/>Message successfully sent!</p>"); } else { echo("<br/><br/>Message delivery failed...</p>"); } ?> But when i load...
Top