Search results

  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

    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...
  3. 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...
  4. R

    Emailing files

    Hi, Is it possible to email a file (.txt) to my site and then run a script on that file to load data to a database automatically when the file arrives? Jon
Top