-
Notifications
You must be signed in to change notification settings - Fork 63
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
Added Mailchimp Email Adapater #45
base: main
Are you sure you want to change the base?
Conversation
Please run pint/linter :) |
@wess Resolved linting errors, Please check now. |
Hey @wess, any updates? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Please also attach a screenshot of successful test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey 👋 awesome work on your PR! We've approved your work and it'll be merged soon!
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
What does this PR do?
This PR contains an implementation of the mailchimp transactional email adapter.
Test Plan
1. Setup your mailchimp account
2. Setup the Mandrill credentials
3. Install relevant PHP Extensions and Dependencies
Example (linux-based systems):
sudo apt update && sudo apt install php-curl php-mbstring php-xml
3. Test the project with relevant Environment Variables
TEST_EMAIL
- The recipient email addressTEST_EMAIL_FROM
- The sender email addressMAILCHIMP_API_KEY
- The mailchimp API keyRelated PRs and Issues
closes: appwrite/appwrite#6388
Have you read the Contributing Guidelines on issues?
Yes