Hi all, For a requirement, I need your valuable response. My need is “We can add signature to our mail via Tools → Preferences → Signature. It may be a text content or an image.”
The question is, when we select the image, where will be the image resides? Whether it is converted to an applet or what the process undergone? I’ve searched for the image in Domino folder, icon folder, etc… But i can’t figure it out. Can anyone suggest please? Thanks in advance.
Subject: Where the image resides? Pls answer
Typically you’ll have an image on a public hard disk and reference that image using html. You can of course have it locally, but then if you use mail from a different machine your sig will fail.
regards,
raphael
Subject: RE: Where the image resides? Pls answer
Ya. Thanks a lot yaar. I’ve found it by getting into the Script library of my mail database. The path of the image / html file is getting saved in the profile document and it will be accessed in every time a new memo is opened. If we remove / rename the file also, the “File not found” error occurs; because it access the local disk. Thanks a lot man.