-
Notifications
You must be signed in to change notification settings - Fork 28
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
Guests created via Talk don't receive a welcome mail #1037
Comments
Talk is using the PUT ocs/v2.php/…/api/v1/users endpoint, but yeah the GuestManager doesn't seem to send an email there. Lines 104 to 155 in 0ab2d2b
So also guests created via OCC don't receive their email atm. |
So I guess we need to move the mail logic to the GuestManager instead of reacting to a share hook? |
not move (it's in a MailService), but just invoke that one also from the GuestManager, yes, and then skip in the email parts that refer to a share, I guess |
Yes, that what I meant. Poor wording, sorry. |
Hello, Still have this issue here. Is there any fix in backlog for this? |
Hey again, I'm affraid this issue will fall in a black hole :D Do you think it will be taken in account at some point? |
It's a really needed feature. |
Steps to reproduce:
Expected:
Current:
Additional:
Creating guests via file share is working correctly, the guest receive a mail. This is done inside the
Hook.php
: https://github.com/nextcloud/guests/blob/master/lib/Hooks.phpThe text was updated successfully, but these errors were encountered: