How to fix word wrap problem in Gmail – TopBullets.com

Topbullets.comI had been facing this problem from last few months and really got frustrated. Google is such a reputed company and Gmail being the first choice for emailing must be the most convenient way to email. But due to certain changes, it automatically wraps sentences and makes it look like a poem. If you are sending email to friends or family, this could be managed but for any formal communication this is a serious issue and raises questions about your writing skills. Finally, I could fix it with lots of back and forth and want to share the same with my readers. Continue reading
Advertisement

Auto Download Outlook Email Attachment – Code in VBA by Topbullets.com

Topbullets.comI get some raw data through email every day. Now when I want to do some analysis on the data I need to go through the inbox, search for that particular data and then download it to local. The process is very tedious. Now I am very happy that I have got rid of this manual process. Kudos to Google! I want to share the tutorial with very basic code. One can easily leverage the VBA code to write some complicated criteria and enhance it further. Here I am using snapshots from Outlook 2013 but have tested the feature in 2007 and was working fine. Without talking too much let’s start. Continue reading

Auto Send Email Through Outlook via Python Code – Topbullets.com

Topbullets.comI wrote an article on How to send email through ASP.NET and it helped a lot of people. Automating such processes always save lot of time and manual intervention. Currently in my project one process takes 45 minutes to run and one needs to look out at screen continuously for any error or if code stops in between. For that I wrote a python code which track the process and send email notification instantly if code stops or runs completely. The article can also be useful for someone who is looking for a python code to know which windows applications are running or open any Windows application using Python. Continue reading