function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
NenzNenz 

emailAuthor.jsp and querystring limitations and SControl

Hello all,

(SControl)

I have to assume that others ran into this issue.  I have a large amount of data to be sent to emailAuthor.jsp for the body of the email (plain text)  it could be 10k which I assume that at some point I'm going to run into issues forgetting about the fact that this really is abusing the queryString.

We do not want to do popups (we will use something like ..location.href )

I've tried playing with javascript timers but it just seems too inconsisent and risky in regards to keep the ability to reference the body object on emailAuthor.jsp before my scontrol redirects.

I'm really at a loss.. Any help would be appreciated!!!


werewolfwerewolf
Do you really need to show emailAuthor.jsp?  What about using the built-in sendEmail API verb instead to send the email programmatically rather than using that page?
NenzNenz
Thank you for the reply.

I would like to use it as it has some nice features such as the attachment capability and the rich / html editor.