i wana know how do i insert a picture in a Agent.
Subject: How to insert a picture in an agent
what do you mean? in lotus script area? or where?
Subject: RE: How to insert a picture in an agent
ya in Lotus script only…could u please advice me on this…
Subject: RE: How to insert a picture in an agent
Could you try to rephrase your question?
Subject: RE: How to insert a picture in an agent
i have an agent which runs every forthnight checking the birthdays and anniversaries and subsequently sends an email Now i wana add some pictures to that agent so that the mail which it sends looks good.
how do i do it. i have done the coding part in Lotus Script.
Thanks in advance.
Subject: RE: How to insert a picture in an agent
If you are using the same pictures for each mailing (that is, you aren’t trying to create a new masterpiece with each run of the agent) the easiest thing to do is to create a set of documents that have a rich text field, each with a picture in the field. You only need one or two text fields to act as keys in a view to help you find the documents. Your agent, then, will look up the appropriate document, get the rich text field containing the picture you want, then append that RT item to the body field of the email.
If you want something a bit more complex, you can create a whole “template mailer” with pictures in place and some dummy text. Rather than create the whole mailer from scratch, just append the template rich text item, and replace the text using the appropriate rich text method (find and replace).