Subject: RE: HTTP command to compile an email in your client
Thanks for the response Bradley/Ben. Unfortunately i don’t know what i’m doing, but you have got me going in the right direction. So you’re saying that i should program an agent in Notes, then call the agent with http? how would you pass on the email address, body text etc…
Subject: RE: HTTP command to compile an email in your client
A better method would be to POST a Form to a web agent rather than using the URL to issue a GET. You are limited to the length of a URL string (4KB if I remember correctly, or possibly only 1KB) but not with posted data.
You can access the Form field values via Session.DocumentContext.Request_Content(0)