Urgent : @mailsend does not work on page but work on action bar

Hi, kindly help me. . .

I have this form with a @mailsend formula on a button, when users click the button after filling up the form, it will mailsend to me.

I have a DEFAULT VIEW set, so [IncludeDoclink] will work. In this view, there is an ACTION button with the formula -

@Command([Compose]; “service request”)

When i click on this ACTION button to create a document and click on the button, it will mailsend to me.

However, it does not works on my PAGE.

I have a page with a frameset. On this page, there is a hotspot link pointing to my service request form. When i use the hotspot link to create the service request and when i click on the button, it does not work.

I tried alot of ways but can’t seem to find the solution to it, please help me. . .

Subject: Urgent : @mailsend does not work on page but work on action bar

It probably won’t work on Page, because you don’t have a sendto field on your pageRemember pages don’t have fields and aren’t documents, so what are trying to send?

What’s the ACTUAL code you’ve got for your @mailsend?

Subject: RE: Urgent : @mailsend does not work on page but work on action bar

Hello Christopher, I’m also facing the problem wth @mailsend since a long time.I have a feedback form on which there r fields and s Submit button and on Submit button I used the @mailsend but it’s not working in Browser.My Application is on Intranet and all the users see it through Browser.When I open the form in Notes Client It is working fine but when I used it on Browser it is not sending me the mail.

Will u Please tell me the steps and necessary things to use the @mailsend option.I just want to check whether I’m doing in the right way or not.

I asked from so many peoples but not got any response which help me .

Please help me in this query.It’s urgent for me .I’m trying since long time

Any help would be highly appreciated

Thanx in advance

kanishka

Subject: RE: Urgent : @mailsend does not work on page but work on action bar

Read the designer helpDomino @functions that are not supported on the Web

@Mailsend doesn’t work from the browser - no UI stuff does

You’ll have to wrte a WQS agent to send mail if you have a browser interface

Subject: RE: Urgent : @mailsend does not work on page but work on action bar

But isn’t the formula suppose to compose the form as a new document?Can you kindly advise me on how to make it able to mailsend by clicking a hotspot on a page?

When users click on the hotspot, a form pop out and there is a send button, i want the sendbutton when clicked to send me an email to notify me with a doclink. It simply doesn’t works when hotspot is clicked.

Subject: RE: Urgent : @mailsend does not work on page but work on action bar

It WON’T workAs I said, read the Help

@mailsend DOES NOT WORK on the web

You will have to write a WQS agent to send the document/mail