Archives
Twitter
- Short Ad can be used via SMS now. It will also let users block specific senders or totally opt out from the service. 2 minutes ago
- @junal thanks bro! 5 hours ago
- 2nd power cut in the evening. Laptop running out of charge! 1 day ago
- Monitoring Laptop Charge with Python on Ubuntu / Linux-Mint :- http://bit.ly/bw0PeG #ubuntu #python 2 days ago
- Activated Gmail's priority inbox feature! 2 days ago
- @thehungrycoder thanks bro! 4 days ago
- @mdshaonimran Thanks :) 4 days ago
- Updating status from my Compaq Presario CQ42-220TU... At last I got my own Notebook... =) 5 days ago
- I liked a YouTube video -- Tarzan (Two Worlds) http://youtu.be/s0sZ8xZ_dWY?a 5 days ago
- I favorited a YouTube video -- Tarzan (Two Worlds) http://youtu.be/s0sZ8xZ_dWY?a 5 days ago
Tag Archives: email
A PHP Mailer Class
UPDATE: Added application of the basename() function to the attached filenames to get the filenames only. This php class lets you attach multiple files and send emails via Postfix without digging into the messy headers <?php class Mailer { function … Continue reading
Python: Sending a bunch of images as email attachments
Python is just beautiful! In my last post I mentioned how you can setup an email server. Now, here’s the code I use to send a bunch of images as attachments with my outgoing emails. This code snippet was taken … Continue reading
Setting Up Email Server on your PC
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 … Continue reading
The RIA Experience
I have already written about the new AOL Mail RIA. Now that I have upgraded my PC, I am now actively enjoying this super cool webmail. Many people might raise their eyebrows when I call it “super cool” given that … Continue reading
The New AOL Experience
Before you start reading, I would like you to re-read the title and realise that I did mean to put a bit of emphasis on the word “new”. Yeah, I am going to narrate the experience I recently gained just … Continue reading
Gmail's Storage Secret
How much storage does Google provide for every Gmail account? I know you can just visit the Gmail front page and quote the digits straightway. But have you ever wodered how that counter on gmail.com work? If you’re a web … Continue reading
The All New AOL Mail
AOL has improved it’s email service finally. The service, though nothing good when compared to Google’s Gmail, is quite a cool one. The new interface is being powered by Microsoft’s SilverLight technology. The mailbox now resembles much to Yahoo! Mail. … Continue reading
DeshMail ::: Free Email Service
Deshmail.com is a Bangladeshi free email service which is the 1stBangla email service. It has pop port too. Just set the pop port to"mail.deshmail.com". The home page address is www.deshmail.com andmind that if you don't add that "www", you won't … Continue reading
POP Accounts
POP stands for Post Office Protocol. With a POP supported emailaccount you can download your emails and read them offline.You canalso compose emails offline and send them on the fly.You can evendownload emails on cell phones that has email application … Continue reading
Import Other Emails To Gmail
Gmail has finally given it's users a chance to import emails fromother pop3 email accounts. It also lets you send email from thoseaccounts too. Gmail automatically checks the pop3 accounts andretrieves fails. You can add up to 5 POP3 accounts. … Continue reading