Recent content by reports2

  1. R

    Code Syntax

    Hi, Can anyone confirm the correct syntax for using imap_open on this server please. I have tried so many I have lost track of what I've tried. According to everything I read it should be ; imap_open("localhost:143", "email@reports.10xhost.com" , "myp@ssw0rd") port is either 143 or 993 if...
  2. R

    Retrieve email with php imap_open() problem

    So, to simplify the question, does imap_open() work on free servers?
  3. R

    Retrieve email with php imap_open() problem

    Hi, I'm having trouble with the php imap_open() function in my code. When I run the code, I receive this message…. Warning: imap_open(): Couldn't open stream xo5.x10hosting.com:993 in /home/***mysite***/public_html/***mycode****.php on line 43 imap connection error The php code is... $server...
  4. R

    Email Forwarding

    I guess I should close this thread as the original question re email forwarding has been resolved by enabling SPF records. I will start a new thread regarding accessing imap with PHP Thanks again for your help.
  5. R

    Email Forwarding

    Still none the wiser. I cant understand why I cant wok this out! When I pit in my details to log in ,......
  6. R

    Email Forwarding

    Thankyou for your advice sir, I will examine how they do it.
  7. R

    Email Forwarding

    Mate, this is doing my head in! localhost:993 or 127.0.0.1:993 same result. Ive even tried without the port# switch to latest version of PHP, same result, just don't get the Warning, just the "imap Connection error" message.
  8. R

    Email Forwarding

    I also saw a reply "This appears to be an issue on x05 telnet x05.x10hosting.com 993 Connecting To x05.x10hosting.com...Could not open connection to the host, on port 993: Connect failed telnet xo7.x10hosting.com 993 works" So I just need to change x05 to xo7, or I am stuck on the 05 server...
  9. R

    Email Forwarding

    Hi, yes it is, version 5.5. Should I change to a later version perhaps?
  10. R

    Email Forwarding

    Thanks Lylex10h, that enabled the email to be forwarded. Awesome advice. Now I just need to get the pipe to a program working!! Any tips / settings I may not know about?
  11. R

    Email Forwarding

    Thanks guys. @lylex10h its 'reports.x10host.com' I've tried going down a different path than pipe to a program and have set up a cron job to check for emails. Not really they way I want to do it, rather the email arrive and trigger the script. Problem with this is I'm getting an error when I...
  12. R

    Email Forwarding

    So, I have created a brand new account and still can not get this to work. Is it just me or does this feature not work? Also, when I press "TRACE" I get a blank result. Should I not get something? Jon
  13. R

    Email Forwarding

    Hi, Yes, done exactly as your screenshot. I've tried forwarding to both my work and private emails, both of which are ISP based, not webmails. My emails both receive an email sent from the account when using Roundcube, it just wont send if I forward it. checked all the trash/junk/spam folders...
  14. R

    Email Forwarding

    Hi, I can not get email forwarding to work. If I receive an email and access it via Squirrelmail or Roundcube, I can see the email, but using the forward function does nothing. I can compose and send an email successfully. If I set up forwarding in the cPanel emails do not forward either...
  15. R

    Emailing files

    Ive set my email forwarding to 'pipe to a program' to "/home/mysite/public_html/file_receiver.php" but nothing is happening. If I run the php through a browser window http://mysite.x10host.com/file_receiver.php it runs as requested - simple test of add a record (timestamp) to a database. Ive...
Top