Configure Wordpress to send e-mail for multiple domains?
Thanks - wg
3 Replies
apt-get install default-mta
Or, for a couple useful utilities as well,
apt-get install mailutils
````
" your host may have disabled the mail() function…"
echo "this is a test" | mail -s "test subject line" your_real_email_address@example.com
… then the e-mail server itself is working. Try rebooting, just to be sure?