Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

How do I add email sending capabilities?
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
How do I add email sending capabilities?
1st Feb, 2014, 08:21 PM
Post: #2
teekay Offline
Registered
Posts: 20
Joined: Jan 2014
Reputation: 9
RE: How do I add email sending capabilities?
First you need to install a basic MTA, like postfix or sendmail. I'd recommend postfix as it is way easier to setup if the default settings don't do what you want them to do. Sendmail config syntax is masochistic. (Postfix also comes with the binary /usr/sbin/sendmail, so that's compatible)

Then try and see if it works by default by sending a test mail with something like
Terminal
echo "test 1 2 3"|mailx -s "Test Email" receiver@domain.com

Most mail servers block connections from dynamic IPs, so if you have a dynamic IP, you will need to configure mail relaying through the ISPs mail relay gateway.
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
How do I add email sending capabilities? - Gladfelder - 1st Feb, 2014, 06:32 AM
RE: How do I add email sending capabilities? - teekay - 1st Feb, 2014 08:21 PM
RE: How do I add email sending capabilities? - Gladfelder - 1st Feb, 2014, 09:55 PM
RE: How do I add email sending capabilities? - Gladfelder - 1st Feb, 2014, 11:23 PM
RE: How do I add email sending capabilities? - Gladfelder - 2nd Feb, 2014, 06:05 AM
RE: How do I add email sending capabilities? - mk01 - 3rd Feb, 2014, 09:34 AM
SOLVED: How do I add email sending capabilities? - Gladfelder - 3rd Feb, 2014, 11:35 PM
AW: RE: SOLVED: How do I add email sending capabilities? - freem@n - 3rd Feb, 2014, 11:59 PM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 7th Jun, 2025, 12:53 AM Powered By MyBB, © 2002-2025 MyBB Group.