-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
💬 Improve Appwrite Messaging with ElasticEmail Adapter #6387
Comments
I want to work on this task , please assign it to me |
hi @Udaay , you've been assigned to the issue. You may now start working on it. :) Please keep us updated every 3 days so we know you are still working on it, so the issue doesn't get reassigned :) happy coding 😃 |
@tessamero, could you assign this issue to me |
Hi @Udaay reassigning this issue to the next person due to inactivity from your end. @Vishalk91-4 the issue is yours |
Hi @Haimantika . I'd like to work on it next in case of inactivity from current assignee |
@Haimantika, after submitting PR to utopia what do i need to do to get it done and accepted for Hacktober Fest |
@christyjacob4, can you tell me what do i have to do after I've raised a PR for this issue, the PR has also not been reviewed yet |
Hi, not yet. Our team will review (it can take upto 15 days) and get back to you if any changes are required |
Actually they haven't reviewed anything till now, I have to raise the PR in utopia right |
@Haimantika, I've got that PR hacktoberfest-accepted label, so does it mean that I've PR merged for Appwrite |
@christyjacob4, I've got the hacktoberfest-accepted label for a PR, I've referenced here, do I need to do anything else |
Nope. Merging will take some time. |
@Haimantika, Does this mean that I have one PR accepted in Appwrite for Hacktoberfest, for that do I need to write Blog or this is enough |
Closing this issue. Thank you so much for participating in Hacktoberfest 2023! We can't wait to welcome you all during HF 2024! Stay tuned for a lot more amazing issues from the Appwrite team! |
💭 Introduction
Having an app is cool, but having integrations is even cooler! 😎 It always brings a smile to my face when a website has the option to sign in with my GitHub account, so I don't have to go over the lengthy process of creating an account… The same can be said about messages! Every app with the option to enable push notifications, email, or SMS notifications gives the users confidence they won't miss anything important. We all have our channels we check the most, and having the ability to connect some app directly in there is always a positive.
Appwrite will use Utopia PHP messaging library to allow developers to get in touch with users using one of its many messaging adapters, such as Email, Discord, or Slack.
Since the messaging library supports adapters, there is always space for more. 😎 Each provider implements a method to send the message to the correct channel (usually using an HTTP request or a library) alongside a few configuration variables and methods to set what the adapter allows.
Your task is to implement support for ElasticEmail in the Utopia PHP messaging library. This goes under Email category, so feel free to look at existing ones in the adapters folder. We have prepared detailed documentation on how to add a new messaging adapter. Please read the document and ensure you understand them before working on this issue.
🎯 Requirements
✅ Task Summary
If you have questions, need any help, or just want to hang out, make sure to join us on our Discord server.
Happy Appwriting!
The text was updated successfully, but these errors were encountered: