How can a user check if a share via email was sent successfully?

Does any possibility exist for a user to see if mails for “share via email” been sent? Or is there a possibility that a user gets a copy of the sent mails?

We had several problems sending mails in the past and that would be a nice feature. Or is there any log a user (non-administrator) can check in the interface?

Nextcloud 28.0.4

I don’t think that’s possible. You have to trust the email function of Nextcloud. It helps to try out the function from time to time. In general, you can never be sure that an email will be delivered at all. Regardless of whether it’s Nextcloud or another email client. I always copy the shared link to an email body and send it with nice private greetings.

It would be nice if there was a mailto: function where you could edit the email yourself in the mail client (fat client or Nextcloud).

It would actually be quite simple. Here a link:

mailto:user@server?subject=Nextcloud-Share&body=https://cloud.server.tld/s/abcdefghijklmno

html link in Nextcloud (for Nextcloud developer):
<a href="mailto:user@server?subject=Nextcloud-Share&body=https://cloud.server.tld/s/abcdefghijklmno">Link</a>

I think the rest can the user edit. Maybe someone like to write an issue here.