Mercury does not send mail
i have php code that sends a email to a email with password like a recovry
i dont get any error in the php it says messge send but it think it is mercy it dont send mail to hotmail
$welcome_mail="Welcome to our Server:<br><br>"; //Text shown in the registration email
$servername="Dark-E"; //Name of the Server(is shown with the address in the email)
$adminmail="postmaster@localhost"; //The email adress of the server
$subject="Registration Email"; // Subject of the registration Email
$subject_pw="Password Recovery"; //Subject of the password recovery email.
//This procedure sends the registration email to the players.
function do_email($email, $content, $servername, $adminmail, $subject){
$extra = "From: ".$servername." <".$adminmail.">\n";
$extra .= "Content-Type: text/html\n";
mail($email, $subject, $content,$extra);
}
it says msg send but when i check my email at nothing
i am kinda noob
maybe i didnt set up the Mercury
is there a guide?
<p><font color="#333333">Mercury does not send mail </font></p>
<p>i have php code that sends a email to a email with password like a recovry</p>
<p mce_keep="true">&nbsp;</p>
<p>i dont get any error in the php it says messge send but it think it is mercy it dont send mail to hotmail</p>
<p>
$welcome_mail="Welcome to our Server:
"; //Text shown in the registration email
$servername="Dark-E"; //Name of the Server(is shown with the address in the email)
$adminmail="<a href="mailto:postmaster@localhost" mce_href="mailto:postmaster@localhost">postmaster@localhost</a>"; //The email adress of the server
$subject="Registration Email"; // Subject of the registration Email
$subject_pw="Password Recovery"; //Subject of the password recovery email.
</p>
<p mce_keep="true">&nbsp;</p>
<p>//This procedure sends the registration email to the players.
function do_email($email, $content, $servername, $adminmail, $subject){
&nbsp; $extra = "From: ".$servername." &lt;".$adminmail."&gt;\n";
&nbsp; $extra .= "Content-Type: text/html\n";
&nbsp; mail($email, $subject, $content,$extra);
}</p>
<p mce_keep="true">&nbsp;</p>
<p mce_keep="true">&nbsp;</p>
<p>it says msg send but when i check my email at nothing</p>
<p>i am kinda noob </p>
<p>maybe i didnt set up the&nbsp;<u><font color="#0000ff">Mercury</font></u></p>
<p><u><font color="#0000ff">is there a guide?</font></u>
</p>