vote up 1 vote down star

I call a Python script from crontab. The script does generates colored output using ANSI escapes but when crontab is sending the mail with the output I see the escapes instead of colors.

What is happening is logic but I would like to know if it would be possible to generate a html message instead.

I would like a solution that does not require to implement the email notification myself.

flag

50% accept rate
If you are looking for a solution without programming, then the question is not programming related, isn't it? I would suggest you trying on superuser.com – GrzegorzOledzki Sep 10 at 13:04
Is not about "without" programming - Is just about finding a simple and nice way to implement this. – Sorin Sbarnea Sep 10 at 15:18

1 Answer

vote up 0 vote down check

Maybe you can try with some txt to html converter, for example, http://txt2html.sourceforge.net/, you can also use pygments with some modifications.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.