Posted by winarto on June 9, 2010 at 5:42am
Hi all,
I just created a drupal setup with postfix.
When i try to create user, i expect email will be send out to user to notify them.
But what i get is 'Unable to send e-mail. Please contact the site administrator if the problem persists.'
i installed postfix as some suggest, but not problem persist.
anyone can kindly advise how to do it?
i thinking of receive email using google apps (on thunderbird) and send email using my own smtp (to avoid sendmail limit)
Comments
I'm not sure why this would
I'm not sure why this would be nginx related.
Is this on Ubuntu or Debian? Are you sure that you installed postfix correctly? At the command line can you do "sendmail me@mymail.com" and then some text and ctrl-d to send. Anything interesting in the /var/log/mail.err log file? How did you configure postfix? You can reconfigure it with "dpkg-reconfigure postfix" if you're on Ubuntu or Debian.
More details, please. :)
SMTP module
If you want to focus on the drupal and not the server side install destails, then you might want to use http://drupal.org/project/smtp
Perfect if you don't want to run/install a mail server