Options

Embedded Pictures and HTMLs on a Mail

borjags1985borjags1985 Member Posts: 7
edited 2013-05-15 in NAV Three Tier
Hi! It is my first post here and I hope you can help me.

I'm trying to attach a JPG or HTML file on a mail through the 397 Codeunit, but I want it to show in the body.

Someone can help me? :(

Comments

  • Options
    rafalrafal Member Posts: 23
    The simpliest way is using embeded image like in follows example:

    <img src="data:image/jpeg;base64,[BASE64_IMAGE]" alt="Image" />

    But this option is not supported by all of the email clients :)
    Rafał
    http://www.nav.info.pl (The first polish blog about Microsoft Dynamics NAV)
  • Options
    VectorKVectorK Member Posts: 86
    Hi! It is my first post here and I hope you can help me.

    I'm trying to attach a JPG or HTML file on a mail through the 397 Codeunit, but I want it to show in the body.

    Someone can help me? :(

    Did you resolve it? How? :?:
Sign In or Register to comment.