<div>I use a custom script to send emails and I had that problem as well. What I do prior to sending the email via the custom script is parse out the HTML using sed. It replaces the <BR> tag with a newline and removes all other items that are in the format "<anything>".<br>
 <br>BBALPHAMSG=`echo -e "$BBALPHAMSG" | sed -e 's/<BR[^>]*>/\n/'g -e 's/<[^>]*>//g'`</div>
<div><br clear="all"><br> </div>
<div class="gmail_quote">On Wed, Mar 9, 2011 at 8:24 AM, Geoff Hallford <span dir="ltr"><<a href="mailto:geoff.hallford@gmail.com">geoff.hallford@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div>I use a custom script to send emails and I had that problem as well. What I do prior to sending the email via the custom script is parse out the HTML using sed. It replaces the <BR> tag with a newline and removes all other items that are in the format "<anything>".</div>

<div> </div>
<div>BBALPHAMSG=`echo -e "$BBALPHAMSG" | sed -e 's/<BR[^>]*>/\n/'g -e 's/<[^>]*>//g'`</div>
<div><br clear="all"><i>"We have now sunk to a depth at which restatement of the obvious is the first duty of intelligent men</i>" --George Orwell<br><br><br><br></div>
<div>
<div></div>
<div class="h5">
<div class="gmail_quote">On Tue, Mar 8, 2011 at 2:55 PM, Josh Luthman <span dir="ltr"><<a href="mailto:josh@imaginenetworksllc.com" target="_blank">josh@imaginenetworksllc.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">As a side note I use SMS format to my mobile via text (that is, being on Verizon <a href="mailto:9375551234@vtext.com" target="_blank">9375551234@vtext.com</a>).  Works quite well.<br>
<font color="#888888"><br clear="all">Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373</font> 
<div>
<div></div>
<div><br><br><br>
<div class="gmail_quote">On Tue, Mar 8, 2011 at 2:32 PM, Tim McCloskey <span dir="ltr"><<a href="mailto:tm@freedom.com" target="_blank">tm@freedom.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: rgb(204,204,204) 1px solid; MARGIN: 0pt 0pt 0pt 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">Also, I'm sending this data as EMAIL to pagers, phone, mail accounts.  SMS format may not even be needed since I'm altering the standard output to fit our needs.<br>
________________________________________<br>From: Nordquist, Daniel [<a href="mailto:Daniel.Nordquist@orlandohealth.com" target="_blank">Daniel.Nordquist@orlandohealth.com</a>]<br>Sent: Tuesday, March 08, 2011 11:14 AM<br>
To: Tim McCloskey; <a href="mailto:xymon@xymon.com" target="_blank">xymon@xymon.com</a><br>Subject: RE: [Xymon] How can i change the format for e-mail alert.<br>
<div><br>Doesn't the format=sms strip the subject from the email?<br></div>
<div>
<div></div>
<div>_______________________________________________<br>Xymon mailing list<br><a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br><a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
</div></div></blockquote></div><br></div></div><br>_______________________________________________<br>Xymon mailing list<br><a href="mailto:Xymon@xymon.com" target="_blank">Xymon@xymon.com</a><br><a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div></div></blockquote></div><br>