Open
Conversation
Contributor
|
Please run pint/linter :) |
Author
|
@wess Resolved linting errors, Please check now. |
Author
|
Hey @wess, any updates? |
stnguyen90
requested changes
Oct 31, 2023
Contributor
stnguyen90
left a comment
There was a problem hiding this comment.
Looks good! Please also attach a screenshot of successful test
Author
stnguyen90
approved these changes
Nov 2, 2023
Contributor
stnguyen90
left a comment
There was a problem hiding this comment.
Hey 👋 awesome work on your PR! We've approved your work and it'll be merged soon!
Meldiron
approved these changes
Nov 21, 2023
Meldiron
reviewed
Nov 21, 2023
Co-authored-by: Matej Bačo <matejbaco2000@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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-xml3. 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