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.  Sending attachments via emails from Lavastorm

    Employee
    Posted 06-05-2014 03:38

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

    Originally posted by: UisceBeatha

    Hi,

    I've played around with the Send Email node a little and can get it to generate emails with the columns I need however if there are e.g. 20 records in the input then 20 separate mails are sent, one with each record.

    Is it possible to either:

    - include all records from the input in the body of the email or
    - create a CSV or text file with all the records and then have the Send Email node attach this file to the email

    with the end result being only one email is sent and includes all the records?

    I'm currently using 4.6.1 desktop version.

    Many thanks

    Barry


  • 2.  RE: Sending attachments via emails from Lavastorm

    Employee
    Posted 06-09-2014 14:14

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

    Originally posted by: DanRosenblatt

    Hi Barry,

    One approach you could take would be to attach the pin with your output records to an Output Delimited or Output Fixed node, which you could save somewhere on your computer and then use in the FilesToAttach parameter in the Send E-mail node. To send just one email, attach a Static Data node with one dummy record as the input of the Send E-mail node (and reference no columns in the MessageBody of the Send E-mail node). I can show you a sample graph of how this might work if you have any questions.


  • 3.  RE: Sending attachments via emails from Lavastorm

    Employee
    Posted 07-18-2014 11:36

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

    Originally posted by: johnvvu

    Dan, can you please send me the sample graph to send one email as described in this thread? thank you,