| ocs_send_mail | R Documentation |
Notifies the user of a mail share
ocs_send_mail(req, id, password = NULL)
req |
WebDAV request as returned by |
id |
share id |
password |
password of the share if it is password protected |
invisible TRUE on success or FALSE on failure
## Not run:
r <- wd_connect("https://example.com/remote.php/dav/files/johndoe")
# add a password to a mail share and notify the user
ocs_modify_share(r, 12342, password = "super_secret")
ocs_send_mail(r, 12342, password = "super_secret")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.