Auto-junk folder? What?!
Posted: Fri Aug 03, 2007 5:06 pm
Okay, so I just got my game's dedicated server going. And of course, after massive amounts of problems, I've got one small, small issue.
The mail - it sends great. Goes right out...
Right into the junk folder! First off, MY personal email from my stupid domain wouldn't even receive the mail, but that's besides the point here.
Right here is my sample text that I give when people get the email. I'm only showing you because I have a feeling that emails just *assume* I'm a spammer cuz I guess I sound like one. I'm also giving the $subject stuff just incase I'm accidently sending it wrong. (who knows)
The mail - it sends great. Goes right out...
Right into the junk folder! First off, MY personal email from my stupid domain wouldn't even receive the mail, but that's besides the point here.
Right here is my sample text that I give when people get the email. I'm only showing you because I have a feeling that emails just *assume* I'm a spammer cuz I guess I sound like one. I'm also giving the $subject stuff just incase I'm accidently sending it wrong. (who knows)
Code: Select all
$subject = "MonBre Registration Confirmation";
$message = "Alright, $username, you're almost done!\n\nNow all you've gotta do is go to http://monbre.burnttoastonline.com/veri ... fy=$conkey and you're in!
\n\n Congratulations and welcome to Monbre. \n\n
(if you feel you were given this email by accident, just ignore it and the request \n\n
will be deleted within 24 hours)";
$message = wordwrap($message, 90);
$from = "noreply@monbre.com";
$headers = "From: $from";
mail($email,$subject,$message,$headers);