How to configure my local server to send email.
Posted
by George Edison
on Server Fault
See other posts from Server Fault
or by George Edison
Published on 2010-05-15T04:58:30Z
Indexed on
2010/05/15
5:04 UTC
Read the original article
Hit count: 267
The title is a bit misleading... what I want to do is a little complicated:
I want to set up my server (running Ubuntu 10.04 Desktop) to send email using PHP's mail()
function.
I tried just using it, but the messages don't go anywhere and the return value of mail()
is not FALSE, so I really don't know what's going on.
Any advice/ideas for configuring this?
© Server Fault or respective owner