Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Jan 18, 2013 6:55 pm 
Offline
Senior Newbie

Joined: Tue Jan 08, 2013 1:52 pm
Posts: 13
I am hostin multiple Wordpress sites on my Linode and I would like to know the best, or at least a solid and recommended, way to configure the server to send e-mails out as needed. A number of the sites have a "Contact Us" type widget, and right now it just fails when folks click on the submit button.

Thanks - wg


Top
   
PostPosted: Fri Jan 18, 2013 10:52 pm 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
Code:
apt-get install default-mta


Or, for a couple useful utilities as well,

Code:
apt-get install mailutils

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
PostPosted: Sat Jan 19, 2013 12:22 am 
Offline
Senior Newbie

Joined: Tue Jan 08, 2013 1:52 pm
Posts: 13
Installed mail-utils with default configuration. Now getting this message:

" your host may have disabled the mail() function..."


Top
   
PostPosted: Sat Jan 19, 2013 7:11 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
There might be some PHP magic required to make that work... from what I gather, PHP's e-mail functionality is somewhat dismal. If you can do this:

Code:
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?

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group