Skip to content
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

(Backend) - Adding a New Guild Does Not Send Emails For Initial Lead Members #2363

Open
mjperry91 opened this issue May 13, 2024 · 0 comments

Comments

@mjperry91
Copy link
Collaborator

Describe the bug
When adding a new guild with at least 1 lead will not send an email to that lead, or any additional members that where initially there on create. When editing/updating an existing guild by adding a new member or lead emails will be successfully sent. This appears to be an issue in the GuildServicesImpl::save method.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Directory/Guilds & Communities
  2. Add new guild
  3. Ensure you have at least 1 lead, and add some additional members
  4. Observe no API calls are made to send emails.
  5. NOTE: when local testing if you do not have a mail jet api key you will see an error when the server attempts to send emails. This isn't a problem, and is a way for you to verify the server is trying to send an email. Error Example: Failed to send emails for [[{"Email":"someemail@objectcomputing.com"}]]

Expected behavior
Emails should be sent to any lead/members upon initial creation of the guild, or there is a chance they will never be notified.

@mjperry91 mjperry91 changed the title Adding a New Guild Does Not Send Emails For Initial Lead Members (Backend) - Adding a New Guild Does Not Send Emails For Initial Lead Members May 14, 2024
@mjperry91 mjperry91 assigned mjperry91 and unassigned mjperry91 May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant