Email issue

[FONT=Arial][SIZE=2]Hi all,

I’m using Developer 6.5 and I’m trying to accomplish the followings: send an email using a template and a PDF file attached to the same email. I’m using runTemplateOnPipe and pub.client.smtp flows. Mapping $txt from runTemplateOnPipe to the smtp attachments\content leaves me no option to attach the PDF (just one option can be used as far as I know). I there any other ways of doing this? (sending 2 emails is an option, but I’ll prefer to send just one email).

Florin.
[/size][/font]

The fix is simple, just did not see it yesterday. The smtp/attachments is a list so you create a list that have as many elements you want (files attached, templates…) and map it to the smtp/attachments.

Florin.