Hi All,
I posted a query yesterday about creating an Auto Reply. Got that working ok, but now the Marketing Dept wants the Auto Reply to include a PDF that will be faxed back…NOW they tell me. Any thoughts? I looked thru the forum but if this involves LS, I’m more than likely out of that league. Your help is ALWAYS appreciated…
Subject: Auto reply agent with PDF attachment
Hi Marianne,
You will need to either have the pdf stored on the servers file system where you can access it or save it on a document in the database. Unfortunately, you do need to use LS to create this mail message. In a nut shell:
Create the mail memo
Modify the SendTo, CopyTo, Subject, etc fields as necessary
Create the richtext item (Body)
Get a handle on the pdf attachment you want from the file system (if this is stored on another document you can just copy the rich text item in ND6, but most code examples will be in the R4.5 R5 forum and will move the file to the file system temporarily and then append it to the rich text itemm - ‘body’)
Then just send the document.
There are tons of examples in the R5 forum… just search on “Attachments AND Script” and you will find what you need.
HTH
Mark