-
-
Notifications
You must be signed in to change notification settings - Fork 899
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External share with email - 2 mails sent instead of 1 #2521
Labels
Comments
From what I can see we don't handle emails or templates on the client side and only send a request for share with email, is that correct? @marinofaggiana |
On Android we have a specific API, which allows to create share with note directly. |
Added this to the board as a planned feature |
Good |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the report, 2 emails are sent when adding an email address to external share, one with the invite and the other with the invite + notes. Also, the email template they have is wrong.
The expected outcome is that only 1 email is sent with the invitation and the note with the proper template. The report says that on server and android it works fine.
I tried this and I get the same emails:
First email with invite:
Second email with invite + note:
When I looked at our email request, we send the request to
ocs/v2.php/apps/files_sharing/api/v1/shares
with the following params:This is the response we are getting:
The text was updated successfully, but these errors were encountered: