LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  Email Node: How to send message in HTML format

    Employee
    Posted 07-21-2017 11:48

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rgvenkatesh

    Hi,

    I writing a batch process in lavastorm which sends out e-mail notifications to a group of people.
    I am using an E-mail node which basically accepts recieverEmailId, subject and message body as field parameters. I am checking the received E-mails and it seems to come in a "Plain text" format and I have been trying to find a way to send the message in HTML format but couldn't find any function or node which can convert the message field to HTML.

    NOTE:
    I am using a filter node to prepare my message body before the E-mail node.

    Regards,
    Venkatesh


  • 2.  RE: Email Node: How to send message in HTML format

    Employee
    Posted 07-21-2017 12:18

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: gmullin

    On the Send Email+ node, you can specify HTML format on the Optional tab and put in HTML code or read from a field. When you have something here then whatever is on the MessageBody parameter on the General tab is ignored.


  • 3.  RE: Email Node: How to send message in HTML format

    Employee
    Posted 07-21-2017 14:47

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: rgvenkatesh

    Thanks a lot, that nodes works as expected.