Search results

  1. J

    PHP Mail not working

    Anyone???
  2. J

    PHP Mail not working

    Ok I have changed the content type as advised, still getting problems though, included a little error catch in the code to see if it is actually working before being sent out... <?php // multiple recipients $to = 'james@********' . ', '; // note the comma $to .= '********@hotmail.co.uk'...
  3. J

    PHP Mail not working

    Hi, it was to both gmail and live... sample script is <?php // multiple recipients $to = 'james@******.co.uk' . ', '; // note the comma $to .= '******@hotmail.co.uk'; // subject $subject = 'Birthday Reminders for August'; // message $message = ' <html> <head> <title>Birthday...
  4. J

    PHP Mail not working

    Hi, I tested to see if php mail is working for when I upload my site and after sending a text message I am still waiting to receive it is there a problem with the mail server or does it just not work full stop? Thanks
  5. J

    IP for Zoneedit.com

    Hi, I use zoneedit.com for forwarding mail services ect.. around what is the ip I should put in for the root zone address? thanks
Top