Sorry I didn&#39;t get back to this earlier.<br><a href="http://www.php.net/manual/en/mail.configuration.php#ini.smtp">http://www.php.net/manual/en/mail.configuration.php#ini.smtp</a><br><br>my local wamp php.ini says:<br>
[mail function]<br>; For Win32 only.<br>; <a href="http://php.net/smtp">http://php.net/smtp</a><br><b><br>; so you are saying this line <br>SMTP = localhost</b><br><b>; should be changed to</b><br><b>SMTP = <a href="http://mail.example.com">mail.example.com</a></b><br>
<b>;?</b><br><br>; <a href="http://php.net/smtp-port">http://php.net/smtp-port</a><br>smtp_port = 25<br><br>Plus the sendmail_from value.<br><br>Perfect and thanks.<br>Tony<br><br><br><div class="gmail_quote">On Thu, Jul 26, 2012 at 7:04 AM, Earnie Boyd <span dir="ltr">&lt;<a href="mailto:earnie@users.sourceforge.net" target="_blank">earnie@users.sourceforge.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, Jul 26, 2012 at 1:37 AM, Anthony wrote:<br>
&gt; On remote server it works. Locally nada:<br>
&gt;<br>
&gt; Unable to send e-mail. Contact the site administrator if the problem<br>
&gt; persists.<br>
&gt;<br>
&gt; Status message<br>
&gt;<br>
&gt; A welcome message with further instructions has been e-mailed to the new<br>
&gt; user tonyx.<br>
<br>
</div>As others have already stated you need to modify your php.ini file and<br>
give it a SMTP server for the mail.  Assuming your host name is<br>
<a href="http://example.com" target="_blank">example.com</a> and you have a MX entry for the DNS of <a href="http://mail.example.com" target="_blank">mail.example.com</a><br>
then your SMTP value will be <a href="http://mail.example.com" target="_blank">mail.example.com</a>.  The common smtp_port<br>
value is 25.  You also need to set the sendmail_from value to one of<br>
the mail users you have on your bluehost system, for my example<br>
<a href="mailto:admin@example.com">admin@example.com</a>.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Earnie<br>
-- <a href="https://sites.google.com/site/earnieboyd" target="_blank">https://sites.google.com/site/earnieboyd</a><br>
</font></span><div class="HOEnZb"><div class="h5">--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank">http://lists.drupal.org/</a> ]<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br><p><b style="font-family:&#39;Lucida Handwriting&#39;,cursive;font-size:13px;background-color:rgb(255,255,255)"><i>Anthony Stefan Maciejowski</i></b></p><p></p>
<br><p></p><br>