since a few days we have a strange behaviour in an application.
On a “Save&Close” - action in a form we have a @Command([FileSave]) first, then an @MailSend with an [IncludeDoclink].
The database has a default view that contains the saved document. All users have access to this view.
We have no private views.
Nonetheless sometimes the mails are being sent correctly, including the doclink, but sometimes no mail is going out and the user gets no errormessage at all.
Simply removing the [IncludeDoclink] seems to help, but this is not very comfortable.
We can´t find any context between good and bad mails…
We are experiencing the same problem. We have a form with a @Command([FileSave]) and @MailSend (with parameters) that was working fine last week. Now we are experiencing intermittent problems with the @MailSend not sending the messages. We tried your suggestion about taking out the [IncludeDocLink] and it started working. Add the [IncludeDocLink] back in and it stopped sending. Anyone find a solution to this. We did just upgrade the server from 7.X to 8.0.2 FP1 this weekend.