@MailSend Works in 5.10 but not 6.5.3

I have an application using @MailSend which works beautifully in version 5.10. We have upgraded to notes version 6.5.3 and the @MailSend in the same application does not produce the expected email. Am I missing a version upgrade change?

Subject: @MailSend Works in 5.10 but not 6.5.3

Had the very same problem at the migration from R5 to ND6. In R5 the mail was sent, not in ND6.

After moving the @MailSend part of the code AFTER the @FileSave portion, everything was back to normal.

Put the @MailSend part at the very end of your code.

HTH

Patrick

Subject: RE: @MailSend Works in 5.10 but not 6.5.3

I have an issue with the [IncludeDoc] option for user to click on the link to open the document, but in order for the link to work, I have to add the database to users first. In other words, if I the automated email sent to user and he/she never open the application before, they will get the error and can’t open the document (some thing like “The linked document can not be found in view”). Any help is appreciated.

Thanks,

CL

Subject: RE: @MailSend Works in 5.10 but not 6.5.3

I Found this entry in the Forum and I think It might be a possible solution.

@MailSend in R6 vs R5.0.8

Posted by Alison Hancock on 4.Aug.05 at 13:47 using a Web browser

Category: Notes ClientRelease: All ReleasesPlatform: Windows XP

Another developer here found out why the @MailSend does not work in R6. It was a problem in R4 corrected in R5 but does not work in R6. In order for @MailSend to work in an Action Button, you must have a defalut form and a default view selected. If either of these is not selected, the @MailSend will not work.

Subject: RE: @MailSend Works in 5.10 but not 6.5.3

Patrick: Thanks so much for lending me a hand. Unfortunately, it’s already coded with @MailSend being the last function prior to closing the window. I thought I’d give it another shot and just now ran the logic on 6.5.3. The formula completed up to the point of the @MailSend. I’m just not getting the email. I switched back over to 5.10 and ran the same thing and received the email. Weird. I’m tenancious so now I’m going to dig deeper. If you can think of anything else that might help; hey, I’d sure appreciate it. Thanks again!

Subject: RE: @MailSend Works in 5.10 but not 6.5.3

Hello Beverly, Infact I’m also facing the same problem but in my case it’s different lil bit.The earlier application was built in version 5 and the feedback form is not working …Now I made another feedback form in R6 and when I preview the page in Browser and fill the form then I’m getting the mail but when I use the same form in SIte made in R5 then it’s not working what’s the problem