I need to send a webpage so it displays inside a Notes Email message. I don’t want to just send a link. I want the users to see the form when they open the email message.
I can’t just use plain mime and html because I need to access the website so they are requuested to login.
A couple ways I thought to do this was to have the html on the form but have it access a resource on the website so they are forced to login.
Another thought was to use an IFrame on the form sent in the email. That way I would have the option of sending a link or have the form displayed in the email.
Any other ideas?
Does anyone know of working examples for sending MIME / HTML in Notes? An example using Iframes as mentioned would be a big plus.