I've got the following code:
Code:
@mail($address, $title, $message , "From: ". $from . "\nContent-Type: text/plain; charset=utf-8");
Which sends a verification email to a registered user. The only problem is the email is considered bulk, and ends up in the bulk folder, or doesn't show up at all. I'm thinking this is a php problem, because I've tried using many different email addresses to send from.
Does anyone have any idea what's going on?