Jump to content
xisto Community

bigsky

Members
  • Content Count

    0
  • Joined

  • Last visited

  1. This has been resolved. I talked to the sales department and they were able to get me the name of the server and repoint the DNS entry back to my server.Leason learned - when yo need something done fast - talk to sales
  2. I purchased hosting plan compute_plan3s on May 1 2007 with a static IP and an SSL, and now no one at Xisto - Web Hosting can find my site. My welcome mail said that my IP address is 208.70.xx.xxx, but tech support sais that is not one of their IP address. My web site was fully functionial two weeks ago, and now its gone. This was sbmited under ticket ID:TYQ-607193. Can someone please look into this as my customer wants there site back up and running, and I don't have any anwsers for them.
  3. Is there any reason why PhPMail does not work on the Kappa server? Thanks-
  4. THis is still not working, have you been able to locate the issue? Thanks-
  5. bigskycomputerservices.com
  6. I have a Plan 3S on computerhosting but I am unable to get mail from a script to work. Here is a test script I put together, the output says the mail was sent, but the mail does not get deleverd: <?php /* recipients */ $to = "myaddress@somewhere.net" . ", "; // note the comma $to .= "anotheraddress@somewhere.com"; /* subject */ $subject = "Birthday Reminders for August"; /* message */ $message = ' <html> <head> <title>Birthday Reminders for August</title> </head> <body> <p>Here are the birthdays upcoming in August!</p> <table> <tr> <th>Person</th><th>Day</th><th>Month</th><th>Year</th> </tr> <tr> <td>Joe</td><td>3rd</td><td>August</td><td>1970</td> </tr> <tr> <td>Sally</td><td>17th</td><td>August</td><td>1973</td> </tr> </table> </body> </html> '; /* To send HTML mail, you can set the Content-type header. */ $headers = "(anti-spam-mime-version:) 1.0rn"; $headers .= "(anti-spam-content-type:) text/html; charset=iso-8859-1rn"; /* additional headers */ $headers .= "To: <myaddress@somewhere.net>, <anotheraddress@somewhere.com>rn"; $headers .= "From: Birthday Reminder <default@somewhere.info>rn"; /* and now mail it */ mail($to, $subject, $message, $headers); echo "Mail was sent - Please check your mail-box";?> Thanks
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.