We had an issue with the HTML stuff too. Mainly the fact that it's sent as Multi-part MIME, even though the text is sent too. I worked around it by sending the email to an address on our Exchange server (I know, I know). That address is actually a distribution list that is set to send text only. It automatically sends the email to the only recipient as text only which solved my problem.
That was the fastest and easiest way for me. The other possibilities I looked into were writing a milter for sendmail to strip the MIME or modifying the Zenoss code to remove the MIME/HTML. I found in the code where it's at, but didn't want to break anything when the next update comes out. I agree it would be nice to have a setting in the alerts configuration to set whether or not to send the HTML/MIME or plain text. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of pentabase Sent: Friday, October 19, 2007 9:53 AM To: [email protected] Subject: [zenoss-users] Re: Plain text vs/ HTML email for event notification But there is no way that the complete message is transferred to plain text? Because if you want to use the %(fieldname)s field names. everything is send like html. And that way i think you have to create messaging rules for every machine/process/services thanks in advance ------------------------ Henk Bakker -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=11981#11981 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
