🚀 Feature: Add Email Contact Form Function for Java
- Dominant language
- JavaScript
- Stars
- 174
- Forks
- 129
- Avg merge
- 2h 46m
- Merged PRs (30d)
- 3
Description
Appwrite Functions allow you to extend and customize your Appwrite server functionality by executing your custom code. 🤩 You can learn more at our official [Appwrite Functions docs](https://appwrite.io/docs/functions).
Your task is to implement the Email Contact Form function in Java. You can look at the existing [Appwrite Functions Templates](https://github.com/appwrite/templates) in another coding language.
Your function should behave and be implemented similarly to existing Email Contact Form Node.js template.
### Tasks summary:
- [ ] Fork & clone Appwrite's [templates](https://github.com/appwrite/templates) repository
- [ ] Create a branch `feat-implement-email-contact-form-java`
- [ ] Write code for the function in folder `java/email-contact-form/`.
- [ ] Test the function using Appwrite, **provide a video**.
- [ ] Write a `README.md` explaining what the function does, how to use it, and customize it. Here is [an example](https://github.com/appwrite/templates/tree/main/node/email-contact-form).
- [ ] Submit a pull request to our [templates](https://github.com/appwrite/templates) repository
If you need any help, contact us on our [Discord server](https://discord.gg/GSeTUeA).
Are you ready to work on this issue? 🤔 Let us know, and we will assign it to you 😊
**Happy Appwriting!**
Contributor guide
Assessment
This issue has not been assessed yet.