Sendmail on Ubuntu
Install Sendmail on Ubuntu
I also need my php applications to be able to send our email using the mail function. Therefore I need to install sendmail and enable it in my php.ini file.
Install Sendmail
apt-get install sendmail
Check its working
ps -aux | grep sendmail
Change php.ini
replace ;sendmail_path = with sendmail_path = /usr/sbin/sendmail
Config Sendmail
sudo sendmailconfig
Change your host files
homename /etc/hosts 127.0.0.1 localhost.localdomain localhost myhostname
Related posts:
Recent Posts
- Diary of a Startup: I’ve Just Applied to Seedcamp
- Diary of a Startup: Create a startup for £14
- Sendmail on Ubuntu
- Adobe Air with Netbeans
- Best Firefox Plugins for SEO aka Addons
- Setup Ubuntu as a Web Server
- Changing Plesk Fast CGI to Apache PHP with ZF
- How to Access PUT data in Zend Framework
- 30 minutes until 30!
- Google Analytics Benchmarking Newsletter July 2011
My External Links
Twitter Updates
- Just signed up to http://t.co/tfBBKAAS use my referral code to get 10% off. 41pqp3q1 (http://t.co/TJUdYIv8) 1 day ago
- Anyone using http://t.co/gvbvZgN5 and want to tweet me your Referral Code? 1 day ago
- RT @TheAdventurists: #IceRun team Ice Ice Maybe drive into a ditch on Russian TV: http://t.co/0E2AWsGg #FB 5 days ago
- 10 Things Bosses Never Tell Employees -- But Maybe Should http://t.co/v4JNYpEg 5 days ago
- RT @guardian on the return of Myspace: http://t.co/84KLw8xn 1 week ago
- My First Ice Hockey Match In The Cheap Seats http://t.co/fMMH7Oan 1 week ago
- I'm at Wetherspoons http://t.co/ko7GIh75 1 week ago
- I'm at The Lansdowne (123 London Rd, Leicester) http://t.co/ieW5KFVk 1 week ago
- I'm at Barceloneta http://t.co/ByUieJvb 1 week ago
- 57% of my followers are from #UK,17% from #USA & 18% from #Leeds. http://t.co/TZmZfcgq. What's your #TweepsMap? 1 week ago




