Adding html code to voicemail notification emails

Hi, I’ve tried to add href lines to vm_email.inc because there are some long URL’s that I want to make shorter and friendlier. However when the emails get sent out, the html isn’t getting interpreted correctly. A sample line that I have as part of the vm_email.inc emailbody= line is:

…text/n/nGoogle

In the email that’s received the html reference isn’t working. Any thoughts?

Thanks.

There haven’t been any replies, so I thought I’d add more information…

I’m using Postfix for my mail program if that matters, and basically the html is coming straight through.

In the email that I receive (and I’m using gmail an email client, which does process html) I’m getting the following in the body of the email:

…texthere/n/nSIGN IN

Obviously the above is sample code, but you get my drift.

Does anyone have html in their voicemail notification messages that is getting processed correctly?

Thanks.

have you looked at modifying /usr/src/asterisk/apps/app_voicemail.c ? there will probably be a line that specifies the Content-Type header … kiij at changing that from what is now, which is likely to be text/plain.