Setting Up Email Server on your PC

Tuesday, December 29th, 2009

Tags: , ,

If you setup an email server on your PC, you can easily send unlimited emails with a custom “From” address :) This is particularly helpful if you want to send emails programmatically for some reasons (I like to send unimportant emails and small attachments via Python).

To setup a mail server on Ubuntu, just install the “postfix” package:

sudo apt-get install postfix

Now you can send emails with php, python or even by typing codes on the terminal.

It was simple. Wasn’t it?

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">