Search results

  1. chetbyeme

    Sending emails with php using x10hosting free email account

    Okay, So i haved changed the MX records to the ones that gave me the X10hosting when created the free mail account, and de NS to the x10hosting ones, this should solve it? Or do i need to do something more?
  2. chetbyeme

    Sending emails with php using x10hosting free email account

    I have already created the accounts, and even with that i can't send an email to my gmail with the php script, well more like i don't recive them in my gmail
  3. chetbyeme

    Sending emails with php using x10hosting free email account

    Hii, so i was trying to send some emails of confirmations, like the ones when you buy something, and i'm not reciving the email in the acount that it should, i've been using the x10hosting email account here is the code i use to send the message: <?php $to = "chetbyeme@gmail.com"; $bcc =...
Top