Posted by Olaf
December 15, 2011
If you get a lot of email messages from your contact form beside the emails from your customer, you have to spend some extra time to answer these messages too. This article is about how-to optimize your email inbox by using the online help desk software “Help Scout”. Help Scout is service in the Cloud and very easy to use they offer beside paid accounts also a free account with some limitations.
Posted by Olaf
April 12, 2010
PHP has a very simple mail function which is used very often for basic text mail messages. What if you need to attach files or if you need to send your e-mail messages via SMTP? Than it’s time to use a more advanced script. This is because the standard mail function has only limited standard [...]
Posted by Olaf
September 1, 2009
Using the SMTP server from Gmail is a good choice for mail application with less than 500 recipients a day. This tutorials shows you how to send mail messages via SMTP using PHPmailer and Gmail.