There is no email functionality on the computer my Drupal site is installed on (not even sendmail). I need to configure Drupal to use SMTP on a remote server (for all outgoing mail functionality). Ideally, I would like to do this via configuring (without any programming). Is this possible? If it is not possible as part of the standard configuration, is there a module that will make Drupal go to a remote SMTP server for all outgoing mail functions that does not require programming?

Thanks in advance for any assistance.

Comments

dbeall’s picture

You should be able to use a smtp server from your existing host or ISP
Look for this:
SMTP = localhost
Change it to:
SMTP = smtp.yourisp.com

I think that should work, but I haven't tested it because I don't use email for development purposes.

bg1’s picture

Thanks.

Where should I look for that?

bg1’s picture

Thanks.

bg1’s picture

We are running Ubuntu and apparently you cannot do this so easily.

Any ideas will be greatly appreciated however.

dbeall’s picture

I found this post on the net.. My Ubuntu box is in pieces right now, so I can't test things at the moment.
Installing an SMTP server on Linux (Ubuntu):
http://my.opera.com/Contrid/blog/show.dml/478684
and a post on Ubuntu about this with more details
https://help.ubuntu.com/community/Postfix