Tag Archives: mail

Pun Warning – Warning system for PunBB



Quite long ago, I have developed this extension to warn users due to violating rules in Projanmo Forum. Many asked me for releasing it but I could not release it for various reasons mainly as I could not test in Non-Bangla forums.

Today I decided to release it and so I’ve downloaded punbb and installed and then tested it. Seems it is working fine. So, I am now releasing it.

1. Download and install it as you do other extensions. You will also need to install jQuery extension before installing it. Continue reading

Mail with attachment from Shell



Today, for a specific need, I had to work with logwatch. After setting up logwatch, I needed to check the logwatch reports. But I can’t wait for it to mail me at next mailing time. But I can generate the report to see on screen by

logwatch –print

But it was too big! So, I redirected the output to a file by running:

logwatch –print > logwatch.txt

But still I am not comfortable reading such a big file from shell. So I thought to mail it. I wondered how! If I am not wrong, mail command can’t send attachment. Even I did not found anything in manual of mail command. So, started googling. I came to know about Mutt. After using it I see it is awesome and very easy. Continue reading