Related to @mailsend in a feedback form

Hello, There is a feedback form in an application of e-library and I want that when anyuser submit the form all the details of feedback form will appear in my mailbox…How can i do that? There is a @mailsend formula in formula language in Lotus Domino…I used it but it’s not working …

Can anyone tell me how to do it

Thanks

Priyanka

Subject: Related to @mailsend in a feedback form

Pls use this command.It will send u a mail and feedback form doclink also.

@MailSend(“Mary Tsen/”;“”;“”;“Follow this link”;“”;“”;[IncludeDocLink])

Subject: RE: Related to @mailsend in a feedback form

Hi rekha, thanx for ur response…

Actually I’m new to LN n rite now I’m just updating some parts of e-library which r not working …I have used that syntax but it’s not working can u explain me the syntax of @mailsend…and what is doclink?

and like if i want to send that feedback form to my e-mail address priyanka.singh@tcs.com…then I have to write my e-mail id instead of MaryTsen/there

Please reply

I’ll be highly grateful to u

Thanxs in advance

Priyanka

Subject: RE: Related to @mailsend in a feedback form

[IncludeDocLink] will send the mail with ur Feedback form link.yes MaryTsen/there is the mail id.ok.u can put ur id also.

@MailSend(“rkumari@dvlp.com”;“”;“”;“Follow this link”;“”;“”;[IncludeDocLink])

this command will send the mail to rkumari with the feedback fom link.ok.

Regards,

Rekha

Subject: Related to @mailsend in a feedback form

Hi Priyanka, How r u?

I guess that There is a feed back form and When’s user will click on the submit button.

U want that the mail will come in ur mailbox?

If that then follow the steps:----->

  1. In The FeedBack Form Create a Computed(hide in notes and web) Field. in Defaulty value of the field u enter u E-mail id like:-

Pawan Kumar/v2solutions

and in the submit button write the code:

@MailSend(mailid;“”;“”;“FeedBack”;“”;“”;[includedoclink])

*mailid is the name of the computed field

Hope this will help u

Pawan

Subject: RE: Related to @mailsend in a feedback form

Thanx Pawan…well i’ll try this …

I want to know one more thing that the one who created the feedback form done some coding and in that he has used the @Command(FileSave)

and @COmmand(fileclose)

is this is necessary

n yeah tell me from where do i learn this formula language of Lotus Notes

Thanx

Priyanka

Subject: RE: Related to @mailsend in a feedback form

Hi Priyanka, If u want more information about formula. The Lotus Notes Help File is Best.

And

@command([filesave]);

@postedcommand([fileclosewindow]);

That’s Necessory if u want that when user will click on the submit button. The Feedback Form will save as well as the mail comes and after this the feedback form close.

in that case its necessoty

Pawan

Subject: RE: Related to @mailsend in a feedback form

Hai Pawan, Okay I’ll get thru Lotus Notes help files…and abt Lotus Script…???

Actually I’m new to LN so I don’t now where t start …

I was exploring the application already nuilt in Lotus Notes…There is a server in our company for that application…

tell me when we submit any form where the data goes

and what r the views in LN?

Can’t we see the coding part of already maded view…

why r the views used …

Thanx

Priyanka

Subject: RE: Related to @mailsend in a feedback form

Hi, When we create a form and save the data. It will shows in the view.

You click on the view–>new view name of the view as well as which form u want to access.

View will show the data on base of Criteria.

Hope u got the answer.

U follow the Lotus Bibile and help file.

Its will help u more

PAwan

Subject: RE: Related to @mailsend in a feedback form

FOr the similar question u posted ur question 3-4 times, why this . Try to solved this type of problem urself , notes help file is best thing to do. first try urself then do the post .Nobody has time to learn u lotus notes on the forum.

try to follow forum rules.

RIshi

Subject: RE: Related to @mailsend in a feedback form

Hi Rishi, I Think u r right. But She is new in Lotus. And I hope She has No Idea That How To Use The forum’s. Thats Why She Asking again and again.

Pawan