I’m a rookie at creating HTML emails within Lotus Notes so please forgive me if these seem like stupid questions. I’ve read up on quite a few resources on creating HTML emails, including the following (How to Code HTML Email Newsletters & Email Templates). So I’m aware at least of the major issues with creating HTML emails within Lotus Notes, but there’s one problem that I can’t quite seem to nip in the butt. Every time I import HTML code (File → Import) into a New Memo, all the images that are remotely called from my website are automatically copied into the image and increase the email size. Is there a way to just have the images called from a website instead of doing that?
Subject: HTML Email Image Problems
Not if you create the mail as Notes mail (which is what you are doing when you import). If you want linked images, you need to create the mail programmatically.
Subject: RE: HTML Email Image Problems
How would I create mail programmatically?
Subject: RE: HTML Email Image Problems
I am also interested in this topic.Anyone please help?