Search results

  1. blackviperofdeath86

    Participating in Foruns

    Honestly, I think it should detect if you are signing into forums OR into your account w/ Cpanel. It would save a LOT of frustration. I usually don't enter forums unless I'm specifically looking for something, not to keep my account active. Just a thought though.
  2. blackviperofdeath86

    Php Mail

    Ok, I see why it didn't work. The from field does have to be from the domain, but the user does not have to be. Other than that, it does not have to be in plain text either (It's just a specifier)
  3. blackviperofdeath86

    Php Mail

    I have a similar code: $to = "<EMAIL ADDRESS HERE>"; $subject = "test email"; $from = "From: Webhost<donotreply@email.com>"; $message="This is a test email."; $mail = mail($to,$subject,$message,$from); but this doesn't seem to work, and my spam folder is empty. I tested this with both...
  4. blackviperofdeath86

    Php Mail

    I'm trying to use Php's mail() function, but no emails seem to send. I had a co-worker test the code with his server (GoDaddy), and it sent the email for him. I looked, and it appears that the function is setup, but is there an additional step I need to do in order for the function to work properly?
Top