logo

New Response

« Return to the blog entry

You are replying to:

    • avatar
    • Niel Revelle
    • Posted on Thu 8 Mar 2012 09:21 AM

    Jake-

    Been using this class for awhile now, works great. I ran into an issue where droid users were reporting blank emails being delivered to them.

    I tracked it down to this section of code in sub rebuild:

    'Now send the HTML part. Order is important!

    Set Me.mc = Me.body.createChildEntity() <--- why is this line here??

    Set Me.stream = Me.session.createStream()

    Set Me.mc = Me.body.createChildEntity()

    There appears to be an unnecessary createChildEntity that has no content.

    Which gives me this when I look at the source message:

    --=NextPart_=

    --=NextPart_=

    Content-Type: text/html;charset="iso-8859-1"

    <html>

    <head>

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: