Posts Tagged ‘email’

PHP email admin script

Friday, June 17th, 2011

If you’ve read the article about my email server setup you quickly realize that adding a new email account is quite onerous, a combination of adding records to tables in a MySQL database and creating folders on the harddrive. This can easily be automated with for instance PHP and I’ll show you how below.... Read More

Mail server setup on Ubuntu Lucid

Tuesday, June 14th, 2011

Update: The below tutorials seem to lack the proper apt-get line, well here it is: sudo apt-get install dovecot-imapd dovecot-pop3d postfix-mysql... Read More

Mailing with Joomla’s JMail

Friday, September 18th, 2009

I just finished implementing a cron job script that will email all people who’s the target of an activity in JomSocial’s activity stream.... Read More

Email Obfuscation Broken

Tuesday, July 8th, 2008

About two weeks ago I tried a really simple way of obfuscating email. To me as a programmer it seemed a little bit naive because this scheme can be easily decoded. But Gmail does such a nice job of getting rid of spam these days anyway, I felt like I didn’t have much to lose. ... Read More