[exim] html mails from cronjob

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: escoand
Data:  
Para: exim-users
Asunto: [exim] html mails from cronjob
Hello.

I tried to forward the output of my cronjobs to my real mailbox.
It's working pretty well but I have problems with html mails.


My script creates output like:
Content-type: text/html

<html><body><b>test</b></body></html>


But when I receive the mail it always looks like:
To: ...@...
From: ...@...

Content-type: text/html

<html><body><b>test</b></body></html>


I tried everything but nothing helped so far.
Is there a solution for that problem?

Thanks, Andreas