[support] emails not being sent by drupal 7

Anthony tony at tony-mac.com
Fri Jul 27 05:04:39 UTC 2012


Sorry I didn't get back to this earlier.
http://www.php.net/manual/en/mail.configuration.php#ini.smtp

my local wamp php.ini says:
[mail function]
; For Win32 only.
; http://php.net/smtp
*
; so you are saying this line
SMTP = localhost*
*; should be changed to*
*SMTP = mail.example.com*
*;?*

; http://php.net/smtp-port
smtp_port = 25

Plus the sendmail_from value.

Perfect and thanks.
Tony


On Thu, Jul 26, 2012 at 7:04 AM, Earnie Boyd
<earnie at users.sourceforge.net>wrote:

> On Thu, Jul 26, 2012 at 1:37 AM, Anthony wrote:
> > On remote server it works. Locally nada:
> >
> > Unable to send e-mail. Contact the site administrator if the problem
> > persists.
> >
> > Status message
> >
> > A welcome message with further instructions has been e-mailed to the new
> > user tonyx.
>
> As others have already stated you need to modify your php.ini file and
> give it a SMTP server for the mail.  Assuming your host name is
> example.com and you have a MX entry for the DNS of mail.example.com
> then your SMTP value will be mail.example.com.  The common smtp_port
> value is 25.  You also need to set the sendmail_from value to one of
> the mail users you have on your bluehost system, for my example
> admin at example.com.
>
> --
> Earnie
> -- https://sites.google.com/site/earnieboyd
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>



-- 

*Anthony Stefan Maciejowski*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20120726/8b4fce03/attachment.html 


More information about the support mailing list