Search results

  1. V

    Unable to send to Hotmail using mail()

    Got 4!? Ah well... Just tried sending one to myself and nothing came through, so I'll go ahead and assume it won't work for free, but will for paid with a few tweaks. The reason I'm so sure it's a header issue is that when I had hosting here a few years ago, using mail() without adding headers...
  2. V

    Unable to send to Hotmail using mail()

    Came through to junk. Never mind though, I appreciate you trying. I'm going to run the same code on my free hosting and attempt to send to your from address. Let me know if you receive anything. EDIT: Message sent.
  3. V

    Unable to send to Hotmail using mail()

    Went through to spam. Perhaps give this one a go $to = "myemail"; $from = "youremail"; $subject = "test"; $body = "Did <B>this</B> one work?"; mail($to, $subject, $body, "From: " . $from . "\n" . "Return-Path: " . $from . "\n" . "Reply-To: " . $from . "\n" . "To: " . $to . "\n" . "Sent: " ...
  4. V

    Unable to send to Hotmail using mail()

    lol. would you mind trying again with my headers?
  5. V

    Unable to send to Hotmail using mail()

    Yup, came through to the junk e-mail though.
  6. V

    Unable to send to Hotmail using mail()

    Cool, thanks. My e-mail is <removed for privacy now that test is done> Edited by Livewire: Removed the email once I did the test so it remains private :)
  7. V

    Unable to send to Hotmail using mail()

    First off: Amazing signature, lol Secondly, does this apply for paid hosting as well? Oddly enough I Hotmail receives from the webmail client in cpanel, so it being an x10 blacklisting doesn't quite make sense.
  8. V

    Unable to send to Hotmail using mail()

    Hey there. I'm currently unable to send E-mail to hotmail, however if I send to a mailinator address, it receives. Are there any specific headers I need to send email with? I'm currently using this function I've hased together myself: function email($to, $subject, $plain, $html) {...
  9. V

    Hosting account deleted?

    Hi. For some reason it appears my hosting account has been deleted! I worked long and hard on my website and I'm wondering what on earth caused it to be removed. Thanks.
  10. V

    Deleted files

    Hi. It appears somebody has deleted some of the files from my website ("start.php" which defines some of my custom functions and sets headers, as well as "mysql.php" which contains mysql_connect and mysql_select_db code). Is there any chance of having my site restored from a backup? Or possibly...
  11. V

    FTP problems

    I've used SmartFTP version 3.0 AND windows explorer, with the same results. I made sure multiple connections were disabled, and passive and non passive modes make no difference.
  12. V

    FTP problems

    Still nothing
  13. V

    FTP problems

    I can access the site fine, it's just FTP that's inaccessible. I'll try the IP thing now, then post back. Edit: Yup. Same thing happens (no FTP access).
  14. V

    FTP problems

    Any suggestions?
  15. V

    FTP problems

    Indeed that is correct.
  16. V

    FTP problems

    I've waited the aforementioned 24 hours to no avail. Suggestions anyone?
  17. V

    FTP problems

    It's been like this for about three weeks. I don't think an additional 24 hours will make any difference.
  18. V

    FTP problems

    I get that when I attempt connecting to vbgm.x10hosting.com AND stoli.x10hosting.com
  19. V

    FTP problems

    For some reason I can't access my FTP (ftp.vbgm.x10hosting.com) from either my house, or my brother's, however I CAN access it from college. Any suggestions to a resolution? Many thanks, ViperBlade
  20. V

    Cannnot connect to MySQL database

    BA-ZING! Problem solved. Thanks
Top