Jump to content

zelezni

Members
  • Posts

    3
  • Joined

  • Last visited

zelezni's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Yes, thank you! Is there anything I can do if the problem repeats? Best regards! zelezni
  2. Hi all, Since yesterday, my php scripts are not sending any emails anymore. I tried different scripts (with almost the same code), send to different email addresses (even to this from heliohost), but no email reaches its destination. Script returns "False", but I have no idea what to check. I will be happy for any hint what else to check, explanation, etc. I'm on Stevie. Is it possible that there are some limitations (although I haven't sent many emails). This is the simplest code I use (which was working till yesterday): <?php error_reporting(E_ALL); ini_set('display_errors', 1); $to = "a@b.c"; $subject = "Test Mail"; $message = "Hello world!"; $rslt = mail($to, $subject, $message,"a@b.c"); if ($rslt) {echo "The email was sent";} else {echo "The email was NOT sent";} ?> Thanks in advance! zelezni
  3. Hello! My account was suspended because of my inactiviti. When I tried to reactivate it, server obviously had some problems. So I got confused etc. At the end, I wanted to reset my password, but after getting email with reset code and entering that in a browser, kode window just reaperes and so on. Basically is like another user described here: http://www.helionet.org/index/topic/17010-solved-cant-reset-cpannel-password/page__hl__%2Bpassword+%2Breset__fromsearch__1 So please unlock my account and/or reset my password. Many thanks in advance! zelezni Username: zelezni Server: johnny Domain: zelezni.heliohost.org
×
×
  • Create New...