Leave your feedback here
Dieser Inhalt liegt nicht in Ihrer Sprache vor. Hier ist die englische Version.
Creating a Job for sending an email with attachment in HTML format
Procedure
-
Create a new Job and add the following components onto the design
workspace:
- a tCreateTemporaryFile component, to create a
temporary file, which will be used as the attachment
- a tRowGenerator component, to generate some
random data
- a tFileOutputDelimited component, to write the
random data in the temporary file
- a tSendMail component, to send an email with
attachment in HTML format
-
Link the tRowGenerator component to the
tFileOutputDelimited component using a connection.
-
Link the tCreateTemporaryFile component to the
tRowGenerator component using a connection.
-
Link the tRowGenerator component to the
tSendMail component using a connection.