I just experience “Too many simultaneous connections (failure)” in thunderbird with my GMail account. If you do not know, GMail currently has a limit of 15 simultaneous IMAP connections per account. So if you are using multiple device at once to check your gmail, you might experience too many simultaneous connection error. Try to limit the connection number to avoid the error, or try not to check your mail with all the device at the same time.
To resolve Too many simultaneous connections (Failure) in Thunderbird, follow the steps below:-
Continue reading GMail: Too many simultaneous connections (Failure) in Thunderbird »

Recently i wrote a batch script for WinXP / Win 7 to map a network drive with password in command line to perform some files backup. Before this, I’ve been doing the backup for few WinXP and Win7 machines manually and it’s time consuming! Until i wrote my script, i automate this backup process using a batch script. As the most challenging part in writing this script is to connect a network drive with command line. So i decided to share this with everyone especially technical support staff here.
Recently got a request to configure wordpress plugin to send html email using the native wp_mail() function. The main purpose is to beautify the email layout with some colourful content. So i dig into the