Search results

  1. L

    Sending Emails

    I completely changed the way my contact form now works, when I set the email to send to a email account inside my hosting account it sends instantly, however the email that is meant to be sent to the user is never recieved if it is outside the hosting email address. Is this because the emails...
  2. L

    Sending Emails

    I haven't received my emails yet. Here is the code I am using. <?php if(isset($_POST['email'])) { // Here is the email to information $email_to = "blank@blank.com"; $email_subject = "Website Contact Form"; $email_from = "Coach House Clinic"; //error Code...
  3. L

    Sending Emails

    Hey, is a email server attached to the free hosting accounts to be able to send emails using PHP, if so how long does it normally take to send?
Top